cshenfu
2023-06-08 7281600f12dc879ef86d7d35bfb02fecd9beb072
pages/vip/vip.vue
@@ -146,9 +146,10 @@
                        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) => {
@@ -182,8 +183,9 @@
                  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