Ver código fonte

Merge branch 'jyb_20250506_dev' into dev-1.3.0

jiayubo 3 meses atrás
pai
commit
714c72fb6f
1 arquivos alterados com 1 adições e 1 exclusões
  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