Merge branch 'dev'

prod
校文 3 years ago
commit 9d144a719b

29146
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -20,7 +20,7 @@ export default {
name: "v-tab-group", name: "v-tab-group",
props: { props: {
value: { value: {
type: Number, type: [Number, String],
default: 0 default: 0
}, },
btns: { btns: {
@ -28,7 +28,7 @@ export default {
default: () => [] default: () => []
}, },
active: { active: {
type: Number, type: [Number,String],
default: 0, default: 0,
} }
}, },

@ -32,7 +32,7 @@ export default {
}, },
created() { created() {
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;
@ -69,6 +69,7 @@ export default {
width: 936px; width: 936px;
height: 412px; height: 412px;
border: 2px solid #0f2a4d; border: 2px solid #0f2a4d;
.stm-inner { .stm-inner {
width: 100%; width: 100%;
height: calc(100% - 48px); height: calc(100% - 48px);

@ -32,7 +32,7 @@ export default {
}, },
created() { created() {
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;
@ -70,6 +70,7 @@ export default {
height: 412px; height: 412px;
border: 2px solid #0f2a4d; border: 2px solid #0f2a4d;
margin-left: 16px; margin-left: 16px;
.stm-inner { .stm-inner {
width: 100%; width: 100%;
height: calc(100% - 48px); height: calc(100% - 48px);

@ -59,7 +59,7 @@ export default {
}, },
created() { created() {
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;

@ -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%;

@ -40,7 +40,7 @@ export default {
}, },
created() { created() {
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;
@ -79,15 +79,18 @@ export default {
margin-left: 16px; margin-left: 16px;
overflow: hidden; overflow: hidden;
} }
.wct-inner { .wct-inner {
width: 100%; width: 100%;
margin-top: 16px; margin-top: 16px;
height: calc(100% - 48px); height: calc(100% - 48px);
.wct-d1 { .wct-d1 {
position: relative; position: relative;
width: 233px; width: 233px;
height: 206px; height: 206px;
display: inline-block; display: inline-block;
.wct-d1-dd1 { .wct-d1-dd1 {
position: absolute; position: absolute;
padding: 0px 16px; padding: 0px 16px;
@ -97,9 +100,11 @@ export default {
justify-content: space-between; justify-content: space-between;
top: 140px; top: 140px;
left: 0px; left: 0px;
span { span {
color: #d8d8d8; color: #d8d8d8;
font-size: 12px; font-size: 12px;
.ss1 { .ss1 {
font-family: Bebas; font-family: Bebas;
font-size: 16px; font-size: 16px;

Loading…
Cancel
Save