Commit be19c7c6 authored by 石家欣's avatar 石家欣

sjx

parent 91d0cfd1
......@@ -3,8 +3,8 @@
//"appid" : "__UNI__FC9419E",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "",
"versionName" : "1.0.64",
"versionCode" : 164,
"versionName" : "1.0.66",
"versionCode" : 166,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
......
......@@ -189,7 +189,7 @@
<view v-if="isdjs" class="sendcode djs" >{{times}}</view>
</view>
</view>
<view class="submitbtn 111" :class="{active:issubm}" @tap="cashUserFundFun">确认修改</view>
<view class="submitbtn 111" :class="{active:issubm}" @tap="cashUserFundFun">确认</view>
</view>
</eModal>
<!-- 绑定手机号 -->
......@@ -223,6 +223,7 @@
visible: false,
code:"",//验证码
smstype:'sms_withdraw',//验证码类型
withdrawcount:'',//提现次数
txsum:"",//提现的金额
conts:"985.00",
......@@ -397,6 +398,8 @@
console.info(res);
this.mobile = res.data.mobile;
this.withdrawcount = res.data.withdrawcount;
console.info(this.withdrawcount)
} else {
this.$api.msg(res.code);
......@@ -434,6 +437,7 @@
let can = {
phone:this.mobile,
code: this.code,
type:this.type,//0佣金提现,1代理提现,2商家提现
money:this.txsum,
......@@ -465,23 +469,13 @@
});
}
}else if(res.code==-2){
//要求手机验证码
// that.setData({
// params: params
// })
// this.selectComponent("#VerifyIdentity").showModal();
this.$refs.VerifyIdentity.show();
}
else{
}else{
this.paymentPwd = "";
this.$api.msg(res.msg);
}
// this.mobile='';
this.code=''
this.code='';
this.txsum=''
},
//佣金提现 佣金提现方法 转到余额
......@@ -581,7 +575,7 @@
this.paymentPwd = e;
this.togglePayment();//关闭
console.info(parseFloat(this.txsum),'121212121')
if(parseFloat(this.txsum)>500){
if(parseFloat(this.txsum)>500||this.withdrawcount!=0){
this.visible= true
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment