- <view class="market">
- <i-tabs class='tabs' current="{{ current_scroll }}" scroll bindchange="handleChangeScroll">
- <i-tab class='i-tab' wx:for="{{tabs}}" wx:key="unique" key="{{item.key}}" title="{{item.name}}"></i-tab>
- </i-tabs>
- <view class='section'>
- <view class='detail_msg'>
- <view>
- <view>
- <image src='http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg'></image>
- </view>
- <view>
- <view>
- <text>黑椒牛排</text>
- <text>等待付款</text>
- </view>
- <view>
- <text>购买数量:<text>1件</text></text>
- </view>
- <view>
- <text>下单时间:<text>2018-07-10 11:30</text></text>
- </view>
- </view>
- </view>
- <view>
- <text>¥1.00 <text>¥59.90</text></text>
- <text>支付</text>
- </view>
- </view>
- <!-- <view wx:for='{{list}}' wx:key='{{index}}' wx:if='{{current_scroll==item.key}}'>
- <text wx:for='{{item.data}}' wx:key='{{index}}'>{{item.name}}</text>
- </view> -->
- </view>
- </view>
|