Browse Source

Merge branch 'feature_20260203_完美门店' into uat(dev)

zhujindu 1 month ago
parent
commit
a13d3daacc
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/historicalVisit/perfectStoreTask.vue

+ 4 - 1
src/views/historicalVisit/perfectStoreTask.vue

@@ -36,7 +36,10 @@
                   </taskTips>
                   </taskTips>
                 </template>
                 </template>
               </van-cell>
               </van-cell>
-              <template v-if="formData.taskPhotoSkuImageUrlList.length">
+              <template
+                v-if="
+                  formData.taskPhotoSkuImageUrlList && formData.taskPhotoSkuImageUrlList.length
+                ">
                 <div
                 <div
                   class="imgBox"
                   class="imgBox"
                   v-for="(urls, index) in formData.taskPhotoSkuImageUrlList"
                   v-for="(urls, index) in formData.taskPhotoSkuImageUrlList"