zx-weiboDetails

prod
张雄 3 years ago
parent a8dd48b334
commit a3b574a41f

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save