Commit 01b36eb1 by huangZW

门店图片显示

parent da4a5042
......@@ -146,7 +146,7 @@ public class StoreController extends WebBaseController{
}
}
if(CollectionUtil.isNotEmpty(imgList)){
VO.setStoreImg(imgList.get(0).getImageUrl());;
VO.setStoreImg(imgList.get(0).getQcloudImageUrl());;
}
}
if(CollectionUtils.isNotEmpty(resultList)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment