| | |
| | | data-answerType="errorQuestion" |
| | | > |
| | | <view slot="content" class="btn-content"> |
| | | <image src="/static/images/bookService/detail/yijiangoumai.png" /> |
| | | <image src="/static/images/bookService/detail/cart.png" /> |
| | | <text class="primary-color">加入购物车</text> |
| | | </view> |
| | | </t-button> |
| | |
| | | item.productType = "图书服务-电子书" |
| | | |
| | | if (item.saleMethod.type == 'createProductItemSaleMethod' || item.saleMethod.type == 'createProductFolderSaleMethod') { |
| | | item.typeTxt = '云学习' |
| | | item.productType = "图书服务-云学习" |
| | | if (item.linkCmsItems[0].refCode == 'questionBank') { |
| | | item.type = '云测试' |
| | | item.productType = '图书服务-云测试' |
| | | } else { |
| | | item.typeTxt = '云学习' |
| | | item.productType = "图书服务-云学习" |
| | | } |
| | | } |
| | | } |
| | | // |