linwe
2024-06-12 c0588e7e7d7ef9b99c3dbc95b39ac9a32aed2561
subPackage/school/security.vue
@@ -10,10 +10,17 @@
      </view>
      <view class="info-row flex j-c-s-b a-i-c bgc-ff" @click="isShowPopup = true" v-if="!from">
         <text class="f-28">校园名称</text>
         <text class="f-28">校园名称:</text>
         <view class="flex">
            <text class="mr-10">{{selectedPlace.placeName}}</text>
            <u-icon name="arrow-right"></u-icon>
         </view>
      </view>
      <view class="info-row flex j-c-s-b a-i-c bgc-ff" v-if="!from">
         <text class="f-28">地址:</text>
         <view class="flex">
            <text class="mr-10">{{selectedPlace.address}}</text>
            <!-- <u-icon name="arrow-right"></u-icon> -->
         </view>
      </view>
@@ -239,6 +246,7 @@
                     this.info.houseCode = code;
                     this.info.placeName = res.data.aoiName;
                     this.selectedPlace.placeName = res.data.aoiName;
                     this.selectedPlace.address = res.data.addressName;
                     this.info.location = res.data.addressName;
                     this.info.lng = res.data.x;
                     this.info.lat = res.data.y;