| | |
| | | <view class="textBox" wx:if="{{item.type == 'item'}}">图书服务-云学习</view> |
| | | </view> |
| | | <view wx:if="{{item.saleMethod.price != 0}}"> |
| | | ¥{{item.saleMethod.price}} |
| | | ¥{{price}} |
| | | </view> |
| | | <view wx:else class="descriptionBox"> 立即领取</view> |
| | | </view> |
| | |
| | | <view class="settlementBox"> |
| | | <view class="totalPrice">总价:<text class="totalPriceText">¥{{totalPrice}}</text></view> |
| | | <view class="buttonBox"> |
| | | <t-button class="tButtonBox" size="small" shape="round" bind:tap="goPaymentPage"> <view >去结算({{selectedCount}})</view> </t-button> |
| | | <t-button class="tButtonBox" size="small" shape="round" bind:tap="goPaymentPage"> |
| | | <view>去结算({{selectedCount}})</view> |
| | | </t-button> |
| | | </view> |
| | | </view> |
| | | </view> |