whj hai 1 ano
pai
achega
aa0a66ec04
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/sb/info/modules/PointModal.vue

+ 1 - 1
src/views/sb/info/modules/PointModal.vue

@@ -15,7 +15,7 @@
       </row-list>
     </a-form>
     <div @click="handleSelectPoint" style="position: relative;">
-      <div v-show="x" class="point" ref="point"></div>
+      <div v-show="x&&url" class="point" ref="point"></div>
       <img v-if="url" :src="url" width="100%" alt="">
       <a-empty v-else description="暂无底图,请上传" />
     </div>