【类 型】:style
【原 因】: 【过 程】: 【影 响】: # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
This commit is contained in:
parent
1ce8d78649
commit
0d76b301b9
2
App.vue
2
App.vue
@ -12,7 +12,7 @@
|
|||||||
//异步加载分类列表
|
//异步加载分类列表
|
||||||
this.$store.dispatch('fetchMenuList')
|
this.$store.dispatch('fetchMenuList')
|
||||||
// 创建一个数组存放两个需要等待的异步操作的 Promise
|
// 创建一个数组存放两个需要等待的异步操作的 Promise
|
||||||
const promises = [];
|
const promises = []
|
||||||
//异步获取spu列表
|
//异步获取spu列表
|
||||||
promises.push(this.$store.dispatch('fetchSpuList'))
|
promises.push(this.$store.dispatch('fetchSpuList'))
|
||||||
//异步获取sku列表
|
//异步获取sku列表
|
||||||
|
Loading…
Reference in New Issue
Block a user