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.
|
- <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' wx:for='{{list}}' wx:key='{{index}}'>
- <view class='detail_msg'>
- <view class='logo'>
- <image src='http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg'></image>
- </view>
- <view class='info'>
- <view>
- <text>{{item.detail}}</text>
- <text>等待付款</text>
- </view>
- <view>
- <text>购买数量:</text>{{item.tenantId}}件</view>
- <view>
- <text>下单时间:</text>2018-07-10 11:30</view>
- </view>
- </view>
- <view class='payment'>
- <view>
- <text>¥{{item.payment}}.00</text>
- <text>¥{{item.paymentType}}.00</text>
- </view>
- <view>
- <text>支付</text>
- </view>
- </view>
- </view>
- </view>
|