diff --git a/frontend/src/views/tabs/UserView.vue b/frontend/src/views/tabs/UserView.vue index ea72ab1..185efde 100644 --- a/frontend/src/views/tabs/UserView.vue +++ b/frontend/src/views/tabs/UserView.vue @@ -88,7 +88,7 @@ const copyCode = (c) => { // h5 copy c.code to clipboard navigator.clipboard.writeText(c.code); - showSuccessToast("充值码已复制"); + showSuccessToast(getCodeAmountTitle(c) + " 已复制"); };