Explorar el Código

Merge branch 'jyb_20250506_dev' into dev-1.3.0

jiayubo hace 3 meses
padre
commit
a54cf17610
Se han modificado 1 ficheros con 1 adiciones y 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="data?.appStatus === '2' && ['1', '0'].includes(data?.isPay)"
+            v-if="statusText === '审核通过' && ['1', '0'].includes(data?.isPay)"
           ></up-steps-item>
 
           <!-- <up-steps-item