feature/v-xuexi
wangdong 8 months ago
parent 6746c0b293
commit 0184470dad
  1. 6
      pages/special/order.vue
  2. 2
      pages/special/order_store_list.vue

@ -27,7 +27,7 @@
</view>
</view>
<view class="section contact">
<view class="express-delivery-info flex">
<view v-if="orderInfo._status._type > 1" class="express-delivery-info flex">
<image src="@/static/images/special/car.png" mode="aspectFill"></image>
<view class="info-box">
<view class="info-title flex">您的快递已发车 <text class="more"></text> </view>
@ -511,8 +511,10 @@
margin: 0 auto;
background: #fff;
border-radius: 10rpx;
.express-delivery-info, .address-info {
.express-delivery-info {
margin-bottom: 60rpx;
}
.express-delivery-info, .address-info {
image {
width: 44rpx;
height: 44rpx;

@ -73,7 +73,7 @@
@click="orderPayment(item)">
去付款
</button>
<button v-else-if="item._status._type === 1 || item._status._type === 2" type="button" class="flex flex-center btn-right"
<button v-else-if="item._status._type === 2" type="button" class="flex flex-center btn-right"
@click="userTake(item)">
确认收货
</button>

Loading…
Cancel
Save