|
|
|
@ -16,6 +16,11 @@
|
|
|
|
|
:active="getCarCircle"
|
|
|
|
|
@change="handlerTab" style="margin-right: 24px"
|
|
|
|
|
></v-tab-group-control>
|
|
|
|
|
<v-tab-group-control v-if="form.sSource == '汽车之家'"
|
|
|
|
|
:btns="['全部', '论坛']"
|
|
|
|
|
:active="getCarCircle"
|
|
|
|
|
@change="handlerTab" style="margin-right: 24px"
|
|
|
|
|
></v-tab-group-control>
|
|
|
|
|
<v-btn @click="goback">返回车型洞察</v-btn>
|
|
|
|
|
</v-label-div>
|
|
|
|
|
<div class="wd-d1-bd">
|
|
|
|
@ -61,7 +66,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wd-d2" v-if="form.sSource == '新浪微博' || form.sSource == '汽车之家' || (form.sSource == '懂车帝' && getCarCircle == 1)">
|
|
|
|
|
<div class="wd-d2" v-if="form.sSource == '新浪微博' || (form.sSource == '汽车之家' && this.getCarCircle == 1) || (form.sSource == '懂车帝' && getCarCircle == 1)">
|
|
|
|
|
<vue-lazy-component>
|
|
|
|
|
<weibo-communication-trend-long></weibo-communication-trend-long>
|
|
|
|
|
<weiboCommunicationTrendLongStoken slot="skeleton"></weiboCommunicationTrendLongStoken>
|
|
|
|
@ -91,8 +96,8 @@
|
|
|
|
|
<weiboWordCloudStoken slot="skeleton"></weiboWordCloudStoken>
|
|
|
|
|
</vue-lazy-component>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wd-d3" v-if="form.sSource == '新浪微博' || form.sSource == '汽车之家' || (form.sSource == '懂车帝' && getCarCircle == 1)">
|
|
|
|
|
<vue-lazy-component v-if="form.sSource == '新浪微博' || form.sSource == '汽车之家'">
|
|
|
|
|
<div class="wd-d3" v-if="form.sSource == '新浪微博' || (form.sSource == '汽车之家' && this.getCarCircle == 1) || (form.sSource == '懂车帝' && getCarCircle == 1)">
|
|
|
|
|
<vue-lazy-component v-if="form.sSource == '新浪微博' || (form.sSource == '汽车之家' && this.getCarCircle == 1)">
|
|
|
|
|
<weiboUserActiveArea></weiboUserActiveArea>
|
|
|
|
|
<weiboUserActiveAreaStoken slot="skeleton"></weiboUserActiveAreaStoken>
|
|
|
|
|
</vue-lazy-component>
|
|
|
|
@ -175,7 +180,7 @@ export default {
|
|
|
|
|
this.form.sBrand = this.getBrand.brandname || "奥迪";
|
|
|
|
|
this.form.sSeriesName = this.getModel.name;
|
|
|
|
|
this.form.sSource = this.$route.query.source || "抖音";
|
|
|
|
|
if(this.form.sSource == '汽车之家') {
|
|
|
|
|
if(this.form.sSource == '汽车之家' && this.getCarCircle == 1) {
|
|
|
|
|
this.form.ilimitType = 1;
|
|
|
|
|
} else if (this.form.sSource == '懂车帝' && this.getCarCircle == 1) {
|
|
|
|
|
this.form.ilimitType = 2;
|
|
|
|
|