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

23 行
776 B

  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' wx:for='{{list}}' wx:key='{{index}}'>
  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>{{item.expiredTime}}</view>
  16. <view>
  17. <text></text>
  18. <text>立即使用</text>
  19. </view>
  20. </view>
  21. </view>
  22. </view>
  23. </view>