From dc934dfd63fecff84d0bf996418e041b9bd4ea59 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 30 四月 2024 18:16:13 +0800 Subject: [PATCH] bug修改 --- packageBookService/pages/bookServices/detail/components/teachResource/index.js | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/teachResource/index.js b/packageBookService/pages/bookServices/detail/components/teachResource/index.js index 379bab2..a515c77 100644 --- a/packageBookService/pages/bookServices/detail/components/teachResource/index.js +++ b/packageBookService/pages/bookServices/detail/components/teachResource/index.js @@ -19,19 +19,22 @@ }, data: { showRejectDialog: false, - confirmBtn: { content: "鐭ラ亾浜�", variant: "base" }, + confirmBtn: { + content: "鐭ラ亾浜�", + variant: "base" + }, }, methods: { copy() { wx.setClipboardData({ - data: "11", + data: "https://jsek.bnuic.com/home/#/home/index", success: function (res) { - wx.showToast({ title: "澶嶅埗鎴愬姛" }); + wx.showToast({ + title: "澶嶅埗鎴愬姛" + }); }, fail: function (res) { - wx.showToast({ - title: "澶辫触", - }); + console.log(res); }, }); }, @@ -54,4 +57,4 @@ }); }, }, -}); +}); \ No newline at end of file -- Gitblit v1.9.1