Explorar o código

fix:appStatus打款状态修改

jiayubo hai 3 meses
pai
achega
fbfb3fa89a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages_mine/pages/withdrawal/details.vue

+ 1 - 1
pages_mine/pages/withdrawal/details.vue

@@ -37,7 +37,7 @@
           <up-steps-item
             :title="`打款状态 (${appStatusText})`"
             :desc="data?.lastTime"
-            v-if="['1', '0'].includes(data?.isPay)"
+            v-if="(['1', '0'].includes(data?.isPay) && data?.appStatus !== '4')"
           ></up-steps-item>
 
           <!-- <up-steps-item