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