shish 1 год назад
Родитель
Сommit
15f254b344
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/pagesClient/member/detail.vue

+ 1 - 1
ghsApp/src/pagesClient/member/detail.vue

@@ -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