提交 03aabed1 作者: ZhangLingKun

Merge branch 'develop'

流水线 #8795 已通过 于阶段
in 6 分 3 秒
......@@ -14,4 +14,4 @@ patches:
images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newTag: daee7c1d7d109ab4eb891fd6faa611ab9b6fdcb3
newTag: a10470bd453bfd05bf45aaec48a4ccb7c35351a8
......@@ -68,9 +68,11 @@ export const getServerSideProps = wrapper.getServerSideProps(
};
// 依次获取接口数据
await (async () => {
await getCourseDetail();
await getAppCategoryInfo();
await getQueryBrandGoods();
await Promise.all([
getCourseDetail(),
getAppCategoryInfo(),
getQueryBrandGoods(),
]);
})();
return { props: { storeDetail, categoryList, goodsInfoList } };
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论