瀏覽代碼

Merge branch 'dev' of http://39.106.8.246:3003/yunxing/wanda-bm-guide-h5 into dev

yunxing 4 年之前
父節點
當前提交
e52c058780
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/FloorFunc.vue

+ 1 - 1
src/views/FloorFunc.vue

@@ -164,7 +164,7 @@ export default {
         plazaId: this.plazaId,
       }
       queryPic({ getParams }).then((res) => {
-        if (res.data && res.data) {
+        if (res.data && res.data.length) {
           this.imgList = res.data.map(item => {
             return item.url
           })