|
|
@ -61,7 +61,7 @@ export default {
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
this.form.token = this.getToken;
|
|
|
|
this.form.token = this.getToken;
|
|
|
|
this.form.sSource = this.$route.query.source || "抖音";
|
|
|
|
this.form.sSource = this.$route.query.source || "抖音";
|
|
|
|
if(this.form.sSource == '汽车之家') {
|
|
|
|
if (this.form.sSource == '汽车之家' && this.getCarCircle == 1) {
|
|
|
|
this.form.ilimitType = 1;
|
|
|
|
this.form.ilimitType = 1;
|
|
|
|
} else if (this.form.sSource == '懂车帝' && this.getCarCircle == 1) {
|
|
|
|
} else if (this.form.sSource == '懂车帝' && this.getCarCircle == 1) {
|
|
|
|
this.form.ilimitType = 2;
|
|
|
|
this.form.ilimitType = 2;
|
|
|
@ -113,16 +113,19 @@ export default {
|
|
|
|
width: 1887px;
|
|
|
|
width: 1887px;
|
|
|
|
height: 460px;
|
|
|
|
height: 460px;
|
|
|
|
border: 2px solid #0f2a4d;
|
|
|
|
border: 2px solid #0f2a4d;
|
|
|
|
|
|
|
|
|
|
|
|
.wct-inner {
|
|
|
|
.wct-inner {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: calc(100% - 48px);
|
|
|
|
height: calc(100% - 48px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.vshow {
|
|
|
|
.vshow {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
width: 300px;
|
|
|
|
width: 300px;
|
|
|
|
background: rgb(3, 18, 36);
|
|
|
|
background: rgb(3, 18, 36);
|
|
|
|
border: 4px solid #0f2a4d;
|
|
|
|
border: 4px solid #0f2a4d;
|
|
|
|
|
|
|
|
|
|
|
|
.vshow-item {
|
|
|
|
.vshow-item {
|
|
|
|
padding: 11px;
|
|
|
|
padding: 11px;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|