| | |
| | | </view> |
| | | </view> |
| | | <scroll-view class="scroll-view" scroll-y="true"> |
| | | <view class="scroll-bg"> |
| | | <view class="list-item" wx:for="{{listData}}" wx:for-item="item" wx:for-index="index"> |
| | | <text>订单编号:</text> |
| | | <text>{{item.orderNumber}}</text> |
| | | <view class="list-item-piping"> |
| | | <image src="/images/piping.png"></image> |
| | | <text>{{item.code}}</text> |
| | | </view> |
| | | <view> |
| | | <t-switch bindchange="handleChange" value="{{defaultVal}}" label="{{['开', '关']}}" slot="note" /> |
| | | <view class="scroll-bg"> |
| | | <view class="list-item" wx:for="{{listData}}" wx:for-item="item" wx:for-index="index"> |
| | | <view> |
| | | <view class="order-code"> |
| | | <text>订单编号:</text> |
| | | <text>{{item.orderNumber}}</text> |
| | | </view> |
| | | <view> |
| | | <text class="order-time">{{item.time}}</text> |
| | | </view> |
| | | |
| | | </view> |
| | | <view class="order-right"> |
| | | <view class="money-wrapper"> |
| | | <text>{{item.money}}</text> |
| | | <text>元</text> |
| | | </view> |
| | | <text class="order-state">{{item.state}}</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </scroll-view> |
| | | |
| | | </view> |