|
|
@@ -195,10 +195,12 @@ export default {
|
|
|
case "com":
|
|
|
this.item = this.vipList[0];
|
|
|
this.type = "com";
|
|
|
+ this.cnzz("会员购买","初创版开通","");
|
|
|
break;
|
|
|
case "pre":
|
|
|
this.item = this.vipList[2];
|
|
|
this.type = "pre";
|
|
|
+ this.cnzz("会员购买","企业版开通","");
|
|
|
break;
|
|
|
}
|
|
|
this.buyDialog = true;
|
|
|
@@ -208,6 +210,7 @@ export default {
|
|
|
},
|
|
|
gotoPay(number) {
|
|
|
const item = this.item;
|
|
|
+ this.cnzz("会员购买",item.id==1?"初创版":"企业版","前往支付页");
|
|
|
location.href = `/vip/pay?product_id=${item.id}&number=${number}&next=/type/vip/`;
|
|
|
},
|
|
|
// 点击会员计划
|