YM
7 天以前 e40fa3df043df12622fd0b654cd3ea9c147b96d7
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: '请重试',