11.26 修改K线图样式

This commit is contained in:
尚政杰
2025-11-26 17:19:38 +08:00
parent 48f49c6cf0
commit 4e64455b9b
4803 changed files with 146408 additions and 648 deletions

View File

@@ -25,8 +25,11 @@ const _sfc_main = {
showCancel: false,
confirmText: "复制",
success(res) {
if (res.confirm)
;
if (res.confirm) {
common_vendor.index.setClipboardData({
data: "https://valuefrontier.cn/home/pages/account/subscription"
});
}
}
});
}