| | |
| | | </view> |
| | | </view> |
| | | <view class="certificate"> |
| | | <view style="margin-left: 30rpx">价格: <text>¥{{digitalsData.price}}</text> <text class="old-price">{{ digitalsData.oldPrice }}</text> </view> |
| | | <view style="margin-left: 30rpx">价格: <text>¥{{digitalsData.price}}</text> <text class="old-price" wx:if="{{digitalsData.oldPrice != '0.00'}}">¥{{ digitalsData.oldPrice }}</text> </view> |
| | | <view style="margin-right: 30rpx">共<text>{{ digitalsData.classHours ? digitalsData.classHours : |
| | | '0'}}</text>课时</view> |
| | | </view> |
| | |
| | | </view> |
| | | <view class="btn-text">证书申请</view> |
| | | </view> |
| | | <view class="bottom-btn shopCarColor" bind:tap="addBookShopcCar" wx:if="{{!isBuy}}">加入购物车</view> |
| | | <view class="bottom-btn buyColor" bind:tap="buyBtn" wx:if="{{!isBuy}}">立即购买</view> |
| | | <view class="bottom-btn shopCarColor" bind:tap="addBookShopcCar" wx:if="{{!isBuy && digitalsData.price != '0.00' }}">加入购物车</view> |
| | | <view class="bottom-btn buyColor" bind:tap="buyBtn" wx:if="{{!isBuy && digitalsData.price != '0.00'}}">立即购买</view> |
| | | <view class="bottom-btn buyColor" bind:tap="buyBtn" wx:if="{{!isBuy && digitalsData.price == '0.00'}}"> 免费领取</view> |
| | | </view> |
| | | <t-toast id="t-toast" /> |
| | | </scroll-view> |