| | |
| | | this.$request('/api/Member/checkNum', 'POST',{ |
| | | comb_id: this.rechargeOptions[this.current].comb_id |
| | | }).then(re => { |
| | | console.log(re,"checkNumre") |
| | | this.data_content3 = re |
| | | // 更新数量 |
| | | this.$store.commit('syncUserNum',re.data.num) |
| | | this.$store.commit('syncUserNum',re.data.num+re.data.pay_num) |
| | | }) |
| | | } |
| | | }, (er) => { |
| | |
| | | this.$request('/api/Member/checkNum', 'POST',{ |
| | | comb_id: this.rechargeOptions[this.current].comb_id |
| | | }).then(re => { |
| | | console.log(re,"checkNumre22222") |
| | | // 更新数量 |
| | | this.$store.commit('syncUserNum',re.data.num) |
| | | this.$store.commit('syncUserNum',re.data.num+re.data.pay_num) |
| | | }) |
| | | } |
| | | // #endif |