|
@@ -103,7 +103,7 @@ var vipComponent = {
|
|
textMap.btnText = this.type === 'item_1' ? '去升级' : '免费体验'
|
|
textMap.btnText = this.type === 'item_1' ? '去升级' : '免费体验'
|
|
} else if(this.entvisit.provin == -1) {
|
|
} else if(this.entvisit.provin == -1) {
|
|
textMap.titleText = '超级订阅'
|
|
textMap.titleText = '超级订阅'
|
|
- textMap.btnText = '联系客服'
|
|
|
|
|
|
+ textMap.btnText = this.type === 'item_1' ? '联系客服' : '免费体验'
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
if (this.type === 'item_1') {
|
|
if (this.type === 'item_1') {
|