Browse Source

fix:appStatus打款状态修改

jiayubo 3 months ago
parent
commit
fbfb3fa89a
1 changed files with 1 additions and 1 deletions
  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