|
|
|
@ -1593,7 +1593,7 @@ public class RetailAppServiceImp implements RetailAppService {
|
|
|
|
|
latestAct.remove("act_url");
|
|
|
|
|
JSONObject act = new JSONObject();
|
|
|
|
|
act.put("data", latestAct);
|
|
|
|
|
act.put("type", "act");
|
|
|
|
|
act.put("type", "popup");
|
|
|
|
|
if (StringUtils.equalsIgnoreCase("跨境商城", latestAct.getString("act_name"))) {
|
|
|
|
|
if (!clientConfig.getBooleanValue("geek_shop_status")) {
|
|
|
|
|
result.add(act);
|
|
|
|
|