bug
闫增涛
2024-09-19 a714aa8483a62f33ae500bf4acb67ac260f6ba5f
packageBookService/pages/bookServices/detail/components/learnResource/learnResource.js
@@ -18,7 +18,11 @@
    },
    isGoBuyResource: {
      type: Boolean
    }
    },
    isShowBuyCloundMenu: {
      type: Boolean,
      default: false
    },
  },
  /**
@@ -63,6 +67,11 @@
      this.setData({
        buy: type
      })
    },
    goLearnTask() {
      wx.navigateTo({
        url: `/packageBookService/pages/bookServices/detail/components/learnTask/index?bookId=${this.properties.bookId}`,
      })
    }
  }
})