Просмотр исходного кода

分销店详情照片显示bug修改,高销额门店列表定位弹框bug

zhujindu 7 месяцев назад
Родитель
Сommit
5f21f0ac86
2 измененных файлов с 9 добавлено и 3 удалено
  1. 3 2
      src/views/deviceOutside/topStore.vue
  2. 6 1
      src/views/storeManagement/storeDetail.vue

+ 3 - 2
src/views/deviceOutside/topStore.vue

@@ -1369,8 +1369,8 @@ export default {
       topStore({
         sortParam: this.sortParam,
         sortType: this.sortType,
-        lat: that.lat,
-        lon: that.lon,
+        lat: that.lat || '',
+        lon: that.lon || '',
         chainCode: this.chainCode,
         storeLabelTypes: this.storeLabelTypes.join(','),
         storeCategoryList: this.storeCategoryList,
@@ -1403,6 +1403,7 @@ export default {
             this.list = [];
           }
         } else {
+          loading3.clear();
           this.$dialog.alert({
             title: '系统提示',
             message: res.msg,

+ 6 - 1
src/views/storeManagement/storeDetail.vue

@@ -179,7 +179,12 @@
           </div>
           <template v-if="list.storeCategory != 'C917'">
             <div class="displayImg" style="padding: 16px">
-              <template v-if="list.imgSed">
+              <template
+                v-if="
+                  list.imgSed &&
+                  verifyStoreType(list.storeCategory) &&
+                  !verifyStoreType(list.storeCategory).type == 'fxd'
+                ">
                 <div class="displayImgBox">
                   <div v-if="storeTypePOP">
                     <van-image