|
|
@@ -154,6 +154,8 @@ public class LifeUserStoreService {
|
|
|
storeMap.put("entranceImage", store.getEntranceImage());
|
|
|
// 添加门店图片
|
|
|
storeMap.put("storeImage", store.getImgUrl());
|
|
|
+ // 添加门店简介
|
|
|
+ storeMap.put("storeBlurb",store.getStoreBlurb());
|
|
|
// 解析并添加门店经纬度
|
|
|
String[] position = store.getStorePosition().split(",");
|
|
|
storeMap.put("longitude", position.length == 2 ? position[0] : "");
|