From e1e2fe5710a5b5cd9c19bd3aa99c998a1a613ca8 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Sat, 17 Jan 2026 17:58:01 +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