zhongshujie
3 天以前 dc19fdf86993b2ddeb6b92e2561cb01176ded889
packageBookService/pages/bookServices/linkPage/index.js
@@ -83,13 +83,13 @@
  copyPath() {
    wx.setClipboardData({
      data: this.data.path,
      success: () => {
      success: (res) => {
        wx.showToast({
          icon: 'success',
          title: '复制成功',
        })
      },
      fail: () => {
      fail: (res) => {
        wx.showToast({
          icon: 'error',
          title: '请重试',