@ -6,6 +6,7 @@ const NO_TOKEN_URL_PREFIXES = [
'/mall/delivery/countOrderByStatus',
'/mall/order/countByShop/',
'/app/shopArea/getByParentId/',
'/app/shopArea/matchByLocation',
'/app/ie/real-name/audit-setting'
]
@ -367,7 +367,7 @@ async function ensureAliyunRealNameVerified(profile) {
if (profile && profile.realNameVerified) return true
const regionId = getCurrentRegionId()
if (!regionId) {
showLongToast('请先选择校区后再进行实名认证', 2000)
showLongToast('请先选择区域后再进行实名认证', 2000)
return false
}
const certName = await promptText('填写真实姓名', '请输入身份证上的姓名')