@@ -685,8 +685,8 @@ export default {
} else {
this.payDis = false
}
+ this.checkVip()
- this.checkVip()
},
timeReg(val) {
return new Date(val + ' 00:00:00').getTime() / 1000
@@ -764,8 +764,8 @@ export default {
+ this.checkVip(1)
- this.checkVip(1)
buyHandler() { //过滤字母
this.others.buyCount=this.others.buyCount.replace(/[^\d]+/g,'')