|
@@ -669,20 +669,21 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
vipAssignment() {
|
|
vipAssignment() {
|
|
|
- if (this.info.vipSurplus <= 0) {
|
|
|
|
|
- this.$dialog
|
|
|
|
|
- .alert({
|
|
|
|
|
- title: '通道已关闭',
|
|
|
|
|
- message: '您的vip购买次数已经用完啦,请完成邀请任务继续购买吧~'
|
|
|
|
|
- })
|
|
|
|
|
- .then(res => {
|
|
|
|
|
- if (this.info.totalQuota) {
|
|
|
|
|
- this.share();
|
|
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
- } else {
|
|
|
|
|
- this.buy();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (this.info.vipSurplus <= 0) {
|
|
|
|
|
+ // this.$dialog
|
|
|
|
|
+ // .alert({
|
|
|
|
|
+ // title: '通道已关闭',
|
|
|
|
|
+ // message: '您的vip购买次数已经用完啦,请完成邀请任务继续购买吧~'
|
|
|
|
|
+ // })
|
|
|
|
|
+ // .then(res => {
|
|
|
|
|
+ // if (this.info.totalQuota) {
|
|
|
|
|
+ // this.share();
|
|
|
|
|
+ // }
|
|
|
|
|
+ // });
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // this.buy();
|
|
|
|
|
+ // }
|
|
|
|
|
+ this.buy();
|
|
|
},
|
|
},
|
|
|
onRefresh() {
|
|
onRefresh() {
|
|
|
this.getInit().then(() => {
|
|
this.getInit().then(() => {
|