From 91a56a9b83ec23a1580aa586a24b34aba6990ffa Mon Sep 17 00:00:00 2001 From: lyzflash <lzhflash@163.com> Date: Mon, 17 Nov 2025 14:58:42 +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