小程序暂时去掉活动弹出框

This commit is contained in:
yuyang 2022-03-02 11:26:08 +08:00
parent 70f3c8b6f4
commit d5bfa1ccc5

View File

@ -472,7 +472,7 @@ public class XhpcAppUserServiceImpl extends BaseService implements IXhpcAppUserU
}
map.put("version",version);
map.put("servicePhone",servicePhone);
map.put("activity",1);
map.put("activity",0);
map.put("activitySize",1);
map.put("activityImg","https://xhpc-bucket1.oss-cn-hangzhou.aliyuncs.com/bunengshanchu/1.png");
map.put("socSize",redisService.getCacheObject("global:SOC"));