Procházet zdrojové kódy

订单详情跳转修改

zuypeng před 1 rokem
rodič
revize
be344b4802

+ 3 - 0
src/pages-user/wallet/index.vue

@@ -143,6 +143,9 @@ const loadData = () => {
 }
 
 const handleClickDetail = (walletDetail: any) => {
+  if(walletDetail.type!=3){
+    return;
+  }
   uni.navigateTo({
     url: `/pages-order/detail/index?id=${walletDetail.id}&type=${walletDetail.type}&orderNo=${walletDetail.orderNo}`,
   });

+ 1 - 1
src/pages-wash/device/index.vue

@@ -10,7 +10,7 @@
         </view>
       </view>
       <view class="device-header_fun">
-        <uv-tags plain size="mini" type="primary" :text="fmtDictName('WashDevice.status',state.device.state)"></uv-tags>
+        <uv-tags plain size="mini" type="primary" :text="fmtDictName('WashDevice.state',state.device.state)"></uv-tags>
       </view>
 
     </view>