fix: copy toast

This commit is contained in:
Rogee
2024-12-12 19:58:52 +08:00
parent 3ce3c9ee84
commit 5a6b7bcdae

View File

@@ -88,7 +88,7 @@ const copyCode = (c) => {
// h5 copy c.code to clipboard
navigator.clipboard.writeText(c.code);
showSuccessToast("充值码已复制");
showSuccessToast(getCodeAmountTitle(c) + " 已复制");
};
</script>