|
@@ -103,7 +103,7 @@ public class Renderings extends Controller {
|
|
|
attRows.sortby("sequence", "linksid");
|
|
|
detailRow.put("attinfos", attRows);
|
|
|
detailRow.putIfAbsent("checkdate", "");
|
|
|
- detailRow.put("appleturl", Parameter.get("CaseImgsUrl") + sat_sharematerialid);
|
|
|
+ detailRow.put("appleturl", userInfo.getWechatAppPage("marketingtool","CaseImgsUrl") + sat_sharematerialid);
|
|
|
if (StringUtils.isBlank(detailRow.getString("panoramaurl"))) {
|
|
|
detailRow.put("ispanorama", 0);
|
|
|
} else {
|
|
@@ -252,7 +252,7 @@ public class Renderings extends Controller {
|
|
|
} else {
|
|
|
row.put("ispanorama", 1);
|
|
|
}
|
|
|
- row.put("appleturl", Parameter.get("CaseImgsUrl") + row.getString("sat_sharematerialid"));
|
|
|
+ row.put("appleturl", userInfo.getWechatAppPage("marketingtool","CaseImgsUrl") + row.getString("sat_sharematerialid"));
|
|
|
}
|
|
|
|
|
|
|
|
@@ -424,7 +424,7 @@ public class Renderings extends Controller {
|
|
|
|
|
|
for (Row row : rows) {
|
|
|
if (type == 1) {
|
|
|
- row.put("appleturl", FadHelper.getAppletUrl(this, "CaseImgsUrl", "效果图小程序链接") + row.getString("sat_sharematerialid"));
|
|
|
+ row.put("appleturl", userInfo.getWechatAppPage("marketingtool","CaseImgsUrl") + row.getString("sat_sharematerialid"));
|
|
|
Rows Rows = rowsMap.getOrDefault(row.getString("sat_sharematerialid"), new Rows());
|
|
|
row.put("attinfos", Rows);
|
|
|
}
|