瀏覽代碼

feat uni 修改订单详情页面

GaoRunQi 5 月之前
父節點
當前提交
e7cc109793
共有 1 個文件被更改,包括 3 次插入30 次删除
  1. 3 30
      yudao-ui-admin-uniapp/pages/order/detail.vue

+ 3 - 30
yudao-ui-admin-uniapp/pages/order/detail.vue

@@ -12,38 +12,11 @@
       ]"
     >
       <view class="ss-flex ss-m-t-32 ss-m-b-20">
-        <image
-          v-if="
-            state.orderInfo.status_code == 'unpaid' ||
-            state.orderInfo.status === 10 || // 待发货
-            state.orderInfo.status_code == 'nocomment'
-          "
-          class="state-img"
-          :src="sheep.$url.static('/static/img/shop/order/order_loading.png')"
-        >
-        </image>
-        <image
-        
-          class="state-img"
-          :src="sheep.$url.static('/static/img/shop/order/order_success.png')"
-        >
-        </image>
-        <image
-          v-if="state.orderInfo.status_code == 'cancel' || state.orderInfo.status_code == 'closed'"
-          class="state-img"
-          :src="sheep.$url.static('/static/img/shop/order/order_close.png')"
-        >
-        </image>
-        <image
-          v-if="state.orderInfo.status_code == 'noget'"
-          class="state-img"
-          :src="sheep.$url.static('/static/img/shop/order/order_express.png')"
-        >
-        </image>
-        <view class="ss-font-30">{{ formatOrderStatus(state.orderInfo) }}</view>
+ 
+        <view class="ss-font-40">{{ state.orderInfo.phone.slice(-4) }}</view>
       </view>
       <view class="ss-font-26 ss-m-x-20 ss-m-b-70">{{
-        formatOrderStatusDescription(state.orderInfo)
+       '取餐码'
       }}</view>
     </view>