瀏覽代碼

提现记录展示提现方式

evoxwht 2 年之前
父節點
當前提交
a72bb0adf4
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      template/uni-app/pages/users/user_spread_money/index.vue

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

@@ -25,6 +25,9 @@
 											<view class="fail-msg" v-if="child.fail_msg">
 												{{$t(`原因`)}}:{{child.fail_msg}}
 											</view>
+											<view class="fail-msg" v-else>
+												{{$t(`提现方式`)}}:{{child.extract_type}}
+											</view>
 										</view>
 										<view class='num font-color' v-if="child.pm == 1">+{{child.number}}</view>
 										<view class='num' v-else>-{{child.number}}</view>