Commit b6e64caa authored by 前端-钟卫鹏's avatar 前端-钟卫鹏
parents b9793eeb 1c8a6b02
......@@ -57,15 +57,15 @@ const ShopAbout: React.FC<ShopAboutPropType> = (props) => {
setApplyLoading(true)
PublicApi.postMemberAbilityMallSubApply(param).then((res) => {
if (res.code === 1000) {
resolve()
resolve(true)
} else {
reject()
resolve(true)
}
setApplyLoading(false)
}).catch(() => {
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