C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

63 行
2.5 KiB

  1. <view class="content-box">
  2. <view class='content'>
  3. <view class='top-img'>
  4. <image src='{{data.coverImg}}'></image>
  5. </view>
  6. <view class='title'>{{data.title}}</view>
  7. <view class='text'>
  8. <view class='remark'>{{data.subTitle}}</view>
  9. <view class='des'>
  10. <view class='des-peoplenum'>【拼团购】{{data.pressLimitNum}}人拼团成功,单价仅需</view>
  11. <view class='des-saleprice'>{{data.salePriceStr}}元</view>
  12. </view>
  13. <view class='status'>
  14. <view class='status01 st'>
  15. <image src='https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/spell-bg.png'></image>
  16. </view>
  17. <view class='status02 st'>金城武的团还差<view class='r-p-num'>4人</view></view>
  18. <view class='status03 st'>
  19. <view class='hh'>13</view>:
  20. <view class='mm'>24</view>:
  21. <view class='ss'>59</view>
  22. </view>
  23. <view class='status04 st'>
  24. <view class='s-button'>去拼团</view>
  25. </view>
  26. </view>
  27. <view class='p-des'>
  28. <view class='p-title'>商品详情:</view>
  29. <view class='p-list'>{{data.remark}}</view>
  30. </view>
  31. <view class='posi'>
  32. <view class='applyshop'>适用门店</view>
  33. <view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index">
  34. <view>
  35. <image src='{{item.merchantImgUrl}}'></image>
  36. </view>
  37. <view>
  38. <text>{{item.merchantName}}</text>
  39. <text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text>
  40. </view>
  41. <image bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
  42. </view>
  43. </view>
  44. <view class='edit'>
  45. <view class='edit-left' bindtap='{{canBuyIf?"gotoBuy":""}}'>
  46. <view class='edit-left-top'>
  47. <view class='price'>{{data.price}}</view>
  48. <view class='price-unit'>元</view>
  49. </view>
  50. <view class='edit-left-bottom'>立即购买</view>
  51. </view>
  52. <!-- <button class='edit-right' id="shareBtn" open-type="share"></button> -->
  53. <view class='edit-right' bindtap='{{canSpell?"gotoSpell":""}}'>
  54. <view class='edit-right-top'>
  55. <view class='real-price'>{{data.salePrice}}</view>
  56. <view class='real-price-unit'>元</view>
  57. </view>
  58. <view class='edit-right-bottom'>发起拼团</view>
  59. </view>
  60. </view>
  61. </view>
  62. </view>
  63. </view>