wangfukang 1 week ago
parent
commit
fbf56af375
  1. 1
      common/httpRequest.js
  2. 2
      common/ieRealNameAuth.js

1
common/httpRequest.js

@ -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'
]

2
common/ieRealNameAuth.js

@ -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('填写真实姓名', '请输入身份证上的姓名')

Loading…
Cancel
Save