闫增涛
2024-04-03 6d8464c9524c1c8550450615bc9c47fb298d424d
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) {