@@ -20,7 +20,7 @@ export default {
info: '',
}
},
- async fetch() {
+ async created() {
await this.$store.dispatch('getShopInfo').then(res => {
this.info = res.aboutus
})
@@ -163,7 +163,7 @@ export default {
this.info = res.contactus
this.siteID = res.id
@@ -19,7 +19,7 @@ export default {
termsConditionsInfo: '',
// await this.getInfoList();
this.termsConditionsInfo = res.terms