zhongshujie
14 小时以前 c0ff00c32bca4077b140d0d69b2863851ae31273
packageBookService/pages/bookServices/detail/index.js
@@ -3070,6 +3070,17 @@
      cloundMenuIsBuy: flag
    })
  },
  // 显示ISBN
  showISBN() {
    wx.showModal({
      title: '',
      content: this.data.bookDetail.isbn,
      showCancel: false,
      confirmText: '关闭',
      success: (res) => {}
    })
  },
  /**
   * 用户点击右上角分享
   */