抖音c端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.1 KiB

  1. <view class="commodityBox">
  2. <view class="commodityImgBox">
  3. <image class="commodityImg" src="{{data.coverImg}}"></image>
  4. </view>
  5. <view class="contentBox">
  6. <view class="topBox">
  7. <view class="title">{{data.title}}</view>
  8. <view class="unit">{{data.type==50?priceAndStockObj.creditPrice+'积分':'¥'+priceAndStockObj.salePrice/100}}
  9. </view>
  10. </view>
  11. <view class="subhead">{{data.subTitle}}</view>
  12. </view>
  13. <view class="app-border-topX">
  14. <view class="actually"> 实付 </view>
  15. <view class="payZ">{{data.type!=50?'¥':''}}</view>
  16. <view class="price">{{data.type==50?priceAndStockObj.creditPrice+'积分':priceAndStockObj.salePrice/100}}</view>
  17. <view class="buyX" bindtap="orderFunc">{{data.type==50?'立即换购':'提交订单'}}</view>
  18. </view>
  19. <phoem showBox="{{showPhoem}}" bind:hiePhoen="setPhone" bind:heiBox="setBox"></phoem>
  20. </view>
  21. <view class="go" bindtap="goInstructions">
  22. <view class="goTitle">使用须知</view>
  23. <image class="goImg" src="../../../assets/itemImg/chevron.png"></image>
  24. </view>