|
@@ -94,22 +94,16 @@ var vipComponent = {
|
|
|
// textMap.btnText = '联系客服'
|
|
|
// }
|
|
|
// }
|
|
|
- // console.log(this.power.isMember, this.power._4, this.power._13, this.newvip,this.entvisit)
|
|
|
+ console.log(this.power.isMember, this.power._4, this.power._13, this.newvip,this.entvisit)
|
|
|
if (this.power.isMember > 0 ) {
|
|
|
+ console.log('111', this.entvisit.total, this.entvisit.usage, this.newvip)
|
|
|
if (this.entvisit.total <= this.entvisit.usage && this.newvip) {
|
|
|
- if (this.entvisit.provin == 0) {
|
|
|
- textMap.btnText = '去开通'
|
|
|
- } else if (this.entvisit.provin != -1) {
|
|
|
- textMap.titleText = '超级订阅'
|
|
|
- textMap.btnText = '去升级'
|
|
|
- } else if(this.entvisit.provin == -1) {
|
|
|
- textMap.titleText = '超级订阅'
|
|
|
- textMap.btnText = '联系客服'
|
|
|
- }
|
|
|
+ textMap.btnText = '联系客服'
|
|
|
} else {
|
|
|
textMap.btnText = '联系客服'
|
|
|
}
|
|
|
} else {
|
|
|
+ console.log('222', this.entvisit.total, this.entvisit.usage, this.newvip)
|
|
|
if (this.entvisit.total <= this.entvisit.usage && this.newvip) {
|
|
|
if (this.entvisit.provin == 0) {
|
|
|
textMap.btnText = '去开通'
|