packageBookService/pages/bookServices/linkPage/index.js
@@ -78,19 +78,18 @@ /** * 用户点击右上角分享 */ onShareAppMessage() { }, onShareAppMessage() {}, onShareTimeline() {}, copyPath() { wx.setClipboardData({ data: this.data.path, success: () => { success: (res) => { wx.showToast({ icon: 'success', title: '复制成功', }) }, fail: () => { fail: (res) => { wx.showToast({ icon: 'error', title: '请重试',