zx-weiboDetails

prod
张雄 3 years ago
parent a8dd48b334
commit a3b574a41f

@ -56,7 +56,7 @@ export default {
created() {
this.form.token = this.getToken;
this.form.sBrand = this.getBrand.brandname || this.brand;
this.form.sBrand = this.getBrand.brandname || '奥迪';
this.getData();
},

@ -42,7 +42,7 @@ export default {
},
created() {
this.form.token = this.getToken;
this.form.sBrand = this.getBrand.brandname || this.brand;
this.form.sBrand = this.getBrand.brandname || '奥迪';
this.getData();
},
methods: {

@ -43,7 +43,7 @@ export default {
},
created() {
this.form.token = this.getToken;
this.form.sBrand = this.getBrand.brandname || this.brand;
this.form.sBrand = this.getBrand.brandname || '奥迪';
this.getData();
},
methods: {

@ -82,7 +82,7 @@ export default {
},
created() {
this.form.token = this.getToken;
this.form.sBrand = this.getBrand.brandname || this.brand;
this.form.sBrand = this.getBrand.brandname || '奥迪';
this.getData();
},
methods: {

@ -33,7 +33,7 @@ export default {
},
created() {
this.form.token = this.getToken;
this.form.sBrand = this.getBrand.brandname || this.brand;
this.form.sBrand = this.getBrand.brandname || '奥迪';
this.getData();
},
methods: {

@ -40,7 +40,7 @@ export default {
},
created() {
this.form.token = this.getToken;
this.form.sBrand = this.getBrand.brandname || this.brand;
this.form.sBrand = this.getBrand.brandname || '奥迪';
this.getData();
},
methods: {

@ -69,7 +69,7 @@ export default {
},
created() {
this.form.token = this.getToken;
this.form.sBrand = this.getBrand.brandname || this.brand;
this.form.sBrand = this.getBrand.brandname || '奥迪';
this.getData();
},
methods: {

@ -44,7 +44,7 @@ export default {
},
created() {
this.form.token = this.getToken;
this.form.sBrand = this.getBrand.brandname || this.Brand;
this.form.sBrand = this.getBrand.brandname || '奥迪';
this.getData();
},
methods: {

@ -39,7 +39,7 @@ export default {
},
created() {
this.form.token = this.getToken;
this.form.sBrand = this.getBrand.brandname || this.brand;
this.form.sBrand = this.getBrand.brandname || '奥迪';
this.getData();
},
methods: {

@ -43,7 +43,7 @@ export default {
},
created() {
this.form.token = this.getToken;
this.form.sBrand = this.getBrand.brandname || this.brand;
this.form.sBrand = this.getBrand.brandname || '奥迪';
this.getData();
},
methods: {

Loading…
Cancel
Save