C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.6 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. <text>等待付款</text>
  14. </view>
  15. <view>
  16. <text>购买数量:</text>1件</view>
  17. <view>
  18. <text>下单时间:</text>2018-07-10 11:30</view>
  19. </view>
  20. </view>
  21. <view class='payment'>
  22. <view>
  23. <text>¥1.00</text>
  24. <text>¥59.00</text>
  25. </view>
  26. <view>
  27. <text>支付</text>
  28. </view>
  29. </view>
  30. </view>
  31. <view class='section'>
  32. <view class='detail_msg'>
  33. <view class='logo'>
  34. <image src='http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg'></image>
  35. </view>
  36. <view class='info'>
  37. <view>
  38. <text>黑椒牛排</text>
  39. <text>等待付款</text>
  40. </view>
  41. <view>
  42. <text>购买数量:</text>1件</view>
  43. <view>
  44. <text>下单时间:</text>2018-07-10 11:30</view>
  45. </view>
  46. </view>
  47. <view class='payment'>
  48. <view>
  49. <text>¥1.00</text>
  50. <text>¥59.00</text>
  51. </view>
  52. <view>
  53. <text>支付</text>
  54. </view>
  55. </view>
  56. </view>
  57. </view>