Browse Source

2021-5-15 zuidi

hwq 3 years ago
parent
commit
4c8b0677ee
2 changed files with 4 additions and 3 deletions
  1. 1 1
      pages/finance/Tdetails.vue
  2. 3 2
      pages/finance/withdraw.vue

+ 1 - 1
pages/finance/Tdetails.vue

@@ -8,7 +8,7 @@
 						<view class="time">交易时间:{{item.add_time}}</view>
 						<view class="type" v-if="item.status == 0">审核中</view>
 						<view class="type1" v-if="item.status == 1">已完成</view>
-						<view class="type2" v-if="item.status == 2">提现失败</view>
+						<view class="type2" v-if="item.status == -1">提现失败</view>
 					</view>
 					<view class="content flex">
 						<view class="main flex">

+ 3 - 2
pages/finance/withdraw.vue

@@ -25,9 +25,9 @@
 			</view>
 			<view class="all-num">可用<text>{{money *1 }}</text>{{name}}</view>
 			<view class="submit" @click="cash">确定</view>
-			<view class="jilv" @click="nav('/pages/finance/Tdetails')">
+			<!-- <view class="jilv" @click="nav('/pages/finance/Tdetails')">
 				提币记录
-			</view>
+			</view> -->
 			<view class="tpl-box" v-show="showText == true">提币数量在{{less}}-10000.0个之间,认真核对提币地址;手续费:{{data.service}}{{data.service_type}}</view>
 		</view>
 	</view>
@@ -96,6 +96,7 @@
 					money_type:obj.code,
 					money:obj.num
 				}).then(({data}) => {
+					console.log(data);
 					obj.data  = data;
 					obj.showText = true;
 				});