apply patch

This commit is contained in:
林滔
2025-08-15 10:49:43 +08:00
parent 6eeb305e79
commit d26d3b4d11
27 changed files with 877 additions and 522 deletions

View File

@@ -141,6 +141,7 @@ Page({
},
copyAccount(e) {
console.log(e.currentTarget.dataset)
const account = e.currentTarget.dataset.account;
wx.setClipboardData({
data: account,