|
@@ -483,7 +483,7 @@ export default {
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|
|
|
this.$util.confirmModal({content:'确认充值?'},() => {
|
|
this.$util.confirmModal({content:'确认充值?'},() => {
|
|
|
- rechargeFn({amount:this.rechargeMoney,customId:this.userInfo.id,payWay:this.payWay,remark:this.rechargeRemark}).then(res=>{
|
|
|
|
|
|
|
+ rechargeFn({amount:this.rechargeMoney,customId:this.userInfo.id,payWay:this.payWay,remark:this.rechargeRemark,rechargeType:this.rechargeType}).then(res=>{
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
that.czShow = false
|
|
that.czShow = false
|
|
|
that.czFocus = false
|
|
that.czFocus = false
|