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