packageBookService/pages/bookServices/detail/components/teachResource/index.js
@@ -24,14 +24,12 @@ methods: { copy() { wx.setClipboardData({ data: "11", data: "http://182.92.203.7:3007/jsek/website/#/home/index", success: function (res) { wx.showToast({ title: "复制成功" }); }, fail: function (res) { wx.showToast({ title: "失败", }); console.log(res); }, }); },