1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <!--pages/my order/myOrder.wxml-->
- <view>
- <view style="display: flex;margin-top:50rpx ;">
- <view style="background-color: rgb(233, 231, 231); width: 100%; height: 20rpx; margin-top: -25rpx;"></view>
- </view>
- <view class="top">
- <view class="navigation">
- <view class="navigation-word">
- <van-tabs animated>
- <van-tab title="全部"></van-tab>
- <van-tab title="待送达"></van-tab>
- <van-tab title="待支付"></van-tab>
- <van-tab title="已完成"></van-tab>
- </van-tabs>
- </view>
- <view style="display: flex;margin-top:50rpx ;">
- <view style="background-color: rgb(233, 231, 231); width: 100%; height: 20rpx; margin-top: -25rpx;"></view>
- </view>
- <view class="among" bindtap="goOrder">
- <view class="among-top">
- {{one}}
- </view>
- <view class="among-top-left">
- {{three}}
- </view>
- <view style="background-color: rgb(233, 231, 231); width: 650rpx; height: 5rpx; margin-top: 20rpx;margin-left: 50rpx;"></view>
- <view class="image-food">
- <image style="width: 200rpx;height: 120rpx;" src="/../../images/image.png" />
- </view>
- <view class="request">
- {{two}}
- </view>
- <view class="price-1">
- {{four}}
- </view>
- <view class="thing">
- {{six}}
- </view>
- </view>
- </view>
- <view style="display: flex;margin-top:50rpx ;">
- <view style="background-color: rgb(233, 231, 231); width: 100%; height: 20rpx; margin-top: -25rpx;"></view>
- </view>
- <view class="among">
- <view class="among-top">
- {{one}}
- </view>
- <view class="among-top-left">
- {{three}}
- </view>
- <view style="background-color: rgb(233, 231, 231); width: 650rpx; height: 5rpx; margin-top: 20rpx;margin-left: 50rpx;"></view>
- <view class="image-food">
- <image style="width: 200rpx;height: 120rpx;" src="/../../images/image.png" />
- </view>
- <view class="request">
- {{two}}
- </view>
- <view class="price-1">
- {{five}}
- </view>
- <view class="thing">
- {{seven}}
- </view>
- </view>
- </view>
- </view>
|