fix 活动页新增枚举popup

master
luoyang 5 years ago
parent 08f9903011
commit 7824f998de

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>
<version>1.3.54</version>
<version>1.3.55</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.8.0</jib-maven-plugin.version>

@ -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);

Loading…
Cancel
Save