litian
2024-04-03 5507c62b33563ec72c00bf4c3e7def936d0dfc70
packageBookService/pages/bookServices/detail/components/learnResource/learnResource.js
@@ -9,6 +9,9 @@
    },
    bookId: {
      type: Number
    },
    isshowDrawBtn:{
      type:Boolean
    }
  },
@@ -44,6 +47,7 @@
      wx.navigateTo({
        url: `/packageBookService/pages/bookServices/detail/buyResource/index?productLinkPath=${this.properties.buyResourceData.productLinkPath}&refCode=${this.properties.buyResourceData.refCode}&bookId=${this.properties.bookId}`,
      })
    },
    changeReceive(type) {