C端小程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

39 linhas
1.1 KiB

  1. <!-- banner活动详情页面 -->
  2. <view class='coupons'>
  3. <view class="coupons-body">
  4. <view class='banner'>
  5. <image src='{{data.coverImg}}' mode="widthFix"></image>
  6. </view>
  7. <view class='coupons_info'>
  8. <view>
  9. <text>{{data.title}}</text>
  10. <text>{{data.subTitle}}</text>
  11. <!-- <text>剩余时间:<text>{{day}}天</text><text>{{hour}}小时</text><text>{{minute}}分钟</text></text> -->
  12. </view>
  13. </view>
  14. <!-- <view class='posi'>
  15. <view class='posi_logo'>
  16. <view>
  17. <image src='{{data.merChantImgUrl}}'></image>
  18. </view>
  19. <view>
  20. <text>{{data.merchantName}}</text>
  21. <text>{{data.addr}}{{data.buildingName}}{{data.floorName}}</text>
  22. </view>
  23. </view>
  24. </view> -->
  25. <view class='notes'>
  26. <view>
  27. <text>活动详情</text>
  28. </view>
  29. <view>
  30. <text><text class='spot'></text>{{data.detail}}</text>
  31. </view>
  32. </view>
  33. </view>
  34. <view class="buy-view app-border-top">
  35. <button bindtap='orderFunc' class='buy'>立即购买</button>
  36. </view>
  37. </view>