소스 검색

提现列表显示方式问题处理了

evoxwht 2 년 전
부모
커밋
b99f4ae2a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      template/uni-app/pages/users/user_spread_money/index.vue

+ 1 - 1
template/uni-app/pages/users/user_spread_money/index.vue

@@ -25,7 +25,7 @@
 											<view class="fail-msg" v-if="child.fail_msg">
 												{{$t(`原因`)}}:{{child.fail_msg}}
 											</view>
-											<view class="fail-msg" v-else>
+											<view class="fail-msg" v-else-if="child.extract_type">
 												{{$t(`提现方式`)}}:{{child.extract_type}}
 											</view>
 										</view>