|
@@ -301,6 +301,7 @@ export default {
|
|
let data = response.data
|
|
let data = response.data
|
|
this.userVip = data.vip
|
|
this.userVip = data.vip
|
|
this.getSvipProductPage()
|
|
this.getSvipProductPage()
|
|
|
|
+ this.getUserSuperPackage()
|
|
this.isRequest = true
|
|
this.isRequest = true
|
|
})
|
|
})
|
|
.catch(error => {
|
|
.catch(error => {
|
|
@@ -318,6 +319,17 @@ export default {
|
|
this.$util.msg(error.msg, 2000)
|
|
this.$util.msg(error.msg, 2000)
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ getUserSuperPackage(){
|
|
|
|
+ //获取会员中心套餐
|
|
|
|
+ this.UserService.getUserSuperPackage()
|
|
|
|
+ .then(response => {
|
|
|
|
+ let data = response.data
|
|
|
|
+
|
|
|
|
+ })
|
|
|
|
+ .catch(error => {
|
|
|
|
+ this.$util.msg(error.msg, 2000)
|
|
|
|
+ })
|
|
|
|
+ },
|
|
hanldeShowBeans() {
|
|
hanldeShowBeans() {
|
|
// 显示采美豆抵扣开通超级会员弹窗
|
|
// 显示采美豆抵扣开通超级会员弹窗
|
|
this.isShowBeansModal = true
|
|
this.isShowBeansModal = true
|