C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

42 строки
1.4 KiB

  1. <!-- banner活动详情页面 -->
  2. <view class='coupons'>
  3. <view class="coupons-body">
  4. <view class='banner'>
  5. <image src='./../../assets/img/timg.jpg' mode="widthFix"></image>
  6. </view>
  7. <view class='coupons_info'>
  8. <view>
  9. <text>大餐券<text>限购{{data.useLimitQuantity}}件</text></text>
  10. <text>剩余时间:<text>{{day}}天</text><text>{{hour}}小时</text><text>{{minute}}分钟</text></text>
  11. <text>剩余件数:<text>{{data.remainInventory}}件</text></text>
  12. </view>
  13. <view>
  14. <text>¥100</text>
  15. <text>¥10000</text>
  16. </view>
  17. </view>
  18. <!-- <view class='posi'>
  19. <view class='posi_logo'>
  20. <view>
  21. <image src='{{data.merChantImgUrl}}'></image>
  22. </view>
  23. <view>
  24. <text>{{data.merchantName}}</text>
  25. <text>{{data.addr}}{{data.buildingName}}{{data.floorName}}</text>
  26. </view>
  27. </view>
  28. </view> -->
  29. <view class='notes'>
  30. <view>
  31. <text>活动详情</text>
  32. </view>
  33. <view>
  34. <text><text class='spot'></text>有效期2018.01.16 至 2018.09.20的话不得不大半夜的吧大本营的被的夜班的不的夜班的也别的也好不到大本营</text>
  35. </view>
  36. </view>
  37. </view>
  38. <view class="buy-view app-border-top">
  39. <button bindtap='orderFunc' class='buy'>立即购买</button>
  40. </view>
  41. </view>