shenjj 7 years ago
parent
commit
a9dec09faf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/order/details.vue

+ 1 - 1
pages/mobile/order/details.vue

@@ -5,7 +5,7 @@
         <div class="clearfix top-t-wrap">
           <div class="pull-left">
             <template v-if="orderList.status === 404 && vendorType === 'buyer'">待收货</template>
-            <template v-if="vendorType !== 'buyer' && (orderList.status === 404 || orderList.status === 520 || orderList.status === 405 || orderList.status === 503 || orderList.status === 514)">
+            <template v-if="vendorType !== 'buyer' && orderList.status === 404">
               请耐心等待买家确认收货
             </template>
             <span v-if="vendorType === 'buyer' && orderList.status === 404">{{restTime()}}</span>