修复合伙人端上传门头照片失败的问题
This commit is contained in:
@@ -135,17 +135,11 @@ export default function StoreCreatePage() {
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
if (step !== 2 || !isWechatEnv()) return;
|
||||
|
||||
void refresh();
|
||||
|
||||
void weixinSdk.init().catch(() => {
|
||||
|
||||
/* OssUploadField 点击时会再次初始化 */
|
||||
|
||||
});
|
||||
|
||||
}, [step, refresh]);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user