QYF-GitLab1
2 天以前 521c2455840c6bc4ee1d98b13d1da78236078192
packageBookService/pages/bookServices/detail/index.js
@@ -1149,7 +1149,6 @@
          learnPath: type.productLinkPath
        });
      }
      console.log('1', result);
    })
  },
  //  获取 云测试
@@ -3070,6 +3069,17 @@
      cloundMenuIsBuy: flag
    })
  },
  // 显示ISBN
  showISBN() {
    wx.showModal({
      title: '',
      content: this.data.bookDetail.isbn,
      showCancel: false,
      confirmText: '关闭',
      success: (res) => {}
    })
  },
  /**
   * 用户点击右上角分享
   */