From 73b874c72ad55eb9eef21c36160ac0de58f0189e Mon Sep 17 00:00:00 2001 From: quanwei <419654421@qq.com> Date: Thu, 05 Feb 2026 10:30:43 +0800 Subject: [PATCH] 优化名片 --- mobile/common/remoteimg.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/mobile/common/remoteimg.js b/mobile/common/remoteimg.js index 218be0c..58e183a 100644 --- a/mobile/common/remoteimg.js +++ b/mobile/common/remoteimg.js @@ -17,6 +17,8 @@ 'verify_ok': config.app_url + '/image/app/verify_ok.png', // 已核销 'expire': config.app_url + '/image/app/expire.png', // 已过期 'branch_portal': config.app_url + '/image/app/branch_portal.png', // 分会入口图片 + 'branch_logo': config.app_url + '/image/app/branch_logo.png', // 分会默认logo + 'activity_shopping': config.app_url + '/image/app/activity_shopping.png', // 活动购物图标 } /* -- Gitblit v1.9.2