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.

41 rader
1.2 KiB

  1. <view class="market">
  2. <i-tabs class='tabs' current="{{ current_scroll }}" scroll bindchange="handleChangeScroll">
  3. <i-tab class='i-tab' wx:for="{{tabs}}" wx:key="unique" key="{{item.key}}" title="{{item.name}}"></i-tab>
  4. </i-tabs>
  5. <view class='section'>
  6. <view class='detail_msg'>
  7. <view class='logo'>
  8. <image src='http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg'></image>
  9. </view>
  10. <view class='info'>
  11. <view>
  12. <text>黑椒牛排</text>
  13. </view>
  14. <view>
  15. <text>有效期至:</text>2018-07-10 11:30</view>
  16. <view>
  17. <text></text>
  18. <text>立即使用</text>
  19. </view>
  20. </view>
  21. </view>
  22. </view>
  23. <view class='section'>
  24. <view class='detail_msg'>
  25. <view class='logo'>
  26. <image src='http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg'></image>
  27. </view>
  28. <view class='info'>
  29. <view>
  30. <text>黑椒牛排</text>
  31. </view>
  32. <view>
  33. <text>有效期至:</text>2018-07-10 11:30</view>
  34. <view>
  35. <text></text>
  36. <text>立即使用</text>
  37. </view>
  38. </view>
  39. </view>
  40. </view>
  41. </view>