|
|
|
@ -184,6 +184,11 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
if(this.getToken) {
|
|
|
|
|
this.setHeaderType(3);
|
|
|
|
|
} else {
|
|
|
|
|
this.setHeaderType(1);
|
|
|
|
|
}
|
|
|
|
|
this.form.sSource = this.$route.query.source || "抖音";
|
|
|
|
|
if(this.form.sSource == '汽车之家' && this.getCarCircle == 1) {
|
|
|
|
|
this.form.ilimitType = 1;
|
|
|
|
|