- <view class="commodityBox">
- <view class="commodityImgBox">
- <image class="commodityImg" src="{{data.coverImg}}"></image>
- </view>
- <view class="contentBox">
- <view class="topBox">
- <view class="title">{{data.title}}</view>
- <view class="unit">¥{{data.salePriceStr}}</view>
- </view>
- <view class="subhead"> {{data.subTitle}}</view>
- </view>
-
- <view class="app-border-topX">
- <view class="actually"> 实付 </view>
- <view class="payZ">¥</view>
- <view class="price">{{data.salePriceStr}}</view>
- <view class="buyX" bindtap="orderFunc">提交订单</view>
- </view>
- </view>
|