| | |
| | | purchaseList: [] |
| | | }, |
| | | ready() {}, |
| | | |
| | | onLoad() {}, |
| | | observers: { |
| | | treeList: function (newValue) { |
| | |
| | | // title: '暂未开售', |
| | | // }) |
| | | const buyList = learn.filter((citem) => this.properties.buyIds.includes(citem.saleMethod.find((ditem) => ditem.SaleType == 'Normal').Id)) |
| | | // 资源和本身都未购买 |
| | | if (!buyList.length) { |
| | | if (!buyList.length && learn.length) { |
| | | // 资源和本身都未购买 且 父级或本身有销售方式 |
| | | const itemSaleMethod = item.saleMethod && item.saleMethod.length ? item.saleMethod.find(citem => citem.SaleType == 'Normal') : undefined |
| | | return wx.showToast({ |
| | | icon: 'error', |
| | |
| | | ) { |
| | | url = "/packageDomain/pages/resourceDetails/myAudio/index"; |
| | | } |
| | | if (item.selectType == "picture") { |
| | | if (item.selectType == "picture" || item.selectType == 'document') { |
| | | url = "/packageDomain/pages/resourceDetails/document/index"; |
| | | } |
| | | wx.navigateTo({ |
| | |
| | | this.setData({ |
| | | openIds: this.data.openIds, |
| | | }); |
| | | wx.hideLoading() |
| | | }, |
| | | // 子项勾选 |
| | | checkResource(e) { |
| | |
| | | this.triggerEvent("changeListChecked", myEventDetail, myEventOption); |
| | | } |
| | | } |
| | | wx.hideLoading() |
| | | }, |
| | | // 加入购物车 |
| | | async onCloudShoppingCart(e) { |