抖音c端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

55 rader
2.2 KiB

  1. <view class="optimizationBox">
  2. <view class="titleImg">
  3. <view class="textl f">优选好物</view>
  4. <view class="textr r">Preferred Good</view>
  5. </view>
  6. <view class="classifyBox-go-box">
  7. <view class="classifyBox">
  8. <view class="itemBox" tt:for="{{businessList}}" tt:key="{{index}}" bindtap="setIndex" data-index="{{index}}" data-id="{{item.id}}">
  9. <view class="{{classIndex==index?'className_a':'className'}}">{{item.title}}</view>
  10. <view class="xian" tt:if="{{classIndex==index}}"></view>
  11. </view>
  12. </view>
  13. <!-- <view class="goLsit" bindtap="goLsit"> 直播商品 <image class="rup" src="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_icon_jt.png"></image></view> -->
  14. </view>
  15. <view class="contBox">
  16. <view class="contLsitBox">
  17. <view class="item" tt:for="{{businessData}}" tt:key="{{index}}" bindtap="goDetail" data-couponid="{{item.couponId}}" data-id="{{item.id}}">
  18. <view class="itemImg">
  19. <image src="{{item.coverImg}}" mode='scaleToFill'></image>
  20. </view>
  21. <view class="titleName">{{item.title}}</view>
  22. <!-- <view class="priceBox">
  23. <view class="sellingBox f">
  24. <view class="fuhao">¥</view>
  25. <view class="int">{{item.salePriceStrQ?item.salePriceStrQ:item.salePriceStr}}</view>
  26. <view class="fuhao">{{item.salePriceStrH?'.'+item.salePriceStrH:''}}</view>
  27. </view>
  28. <view class="priceNum r">已售 {{item.sale}}</view>
  29. <view class="originalBox r">
  30. <view class="origina">¥{{item.priceStr}}</view>
  31. </view>
  32. </view> -->
  33. <view class="priceBox">
  34. <view class="sellingBox f">
  35. <view class="fuhaoX">¥{{item.salePriceStr?item.salePriceStr:""}} </view>
  36. </view>
  37. <view class="r btn">马上抢</view>
  38. </view>
  39. <view class="sellout" tt:if="{{item.remainInventory==0}}">
  40. <image class="selloutImg" src="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_img_ysx.png"></image>
  41. </view>
  42. </view>
  43. </view>
  44. </view>
  45. </view>