From fbf56af375b0b1ae0e04c8b78463ae1025a09236 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Thu, 10 Sep 2026 19:46:40 +0800 Subject: [PATCH] 1 --- common/httpRequest.js | 1 + common/ieRealNameAuth.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/httpRequest.js b/common/httpRequest.js index 9d005eb..93a44f0 100644 --- a/common/httpRequest.js +++ b/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' ] diff --git a/common/ieRealNameAuth.js b/common/ieRealNameAuth.js index d43a36c..0bcfed5 100644 --- a/common/ieRealNameAuth.js +++ b/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('填写真实姓名', '请输入身份证上的姓名')