Commit b6e64caa authored by 前端-钟卫鹏's avatar 前端-钟卫鹏
parents b9793eeb 1c8a6b02
...@@ -57,15 +57,15 @@ const ShopAbout: React.FC<ShopAboutPropType> = (props) => { ...@@ -57,15 +57,15 @@ const ShopAbout: React.FC<ShopAboutPropType> = (props) => {
setApplyLoading(true) setApplyLoading(true)
PublicApi.postMemberAbilityMallSubApply(param).then((res) => { PublicApi.postMemberAbilityMallSubApply(param).then((res) => {
if (res.code === 1000) { if (res.code === 1000) {
resolve() resolve(true)
} else { } else {
reject() resolve(true)
} }
setApplyLoading(false) setApplyLoading(false)
}).catch(() => { }).catch(() => {
setApplyLoading(false) setApplyLoading(false)
reject() resolve(true)
}) })
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment