fix: copy toast
This commit is contained in:
@@ -88,7 +88,7 @@ const copyCode = (c) => {
|
||||
// h5 copy c.code to clipboard
|
||||
navigator.clipboard.writeText(c.code);
|
||||
|
||||
showSuccessToast("充值码已复制");
|
||||
showSuccessToast(getCodeAmountTitle(c) + " 已复制");
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user