取消登录地址的校验

This commit is contained in:
赵公子a 2025-09-18 19:54:11 +08:00
parent d24c12257b
commit ead9add14a

View File

@ -1,13 +1,14 @@
<template>
<view>
<view v-if="currentCity && currentCity.cityName && currentCity.cityName != '衡水市'">
<!-- <view v-if="currentCity && currentCity.cityName && currentCity.cityName != '衡水市'">
<view class="not_found_404">
<text class="not_found_text">404</text>
<text class="not_found_desc">当前城市暂未开通服务</text>
<button class="not_found_button" @click="obtainLocation">重新定位</button>
</view>
</view>
<view v-else>
<view v-else> -->
<view>
<view class="container" :style="{ marginTop: top + 'px' }" v-if="loading">
<!-- 城市信息部分 -->
<view class="white_container searchBox" :style="{ height: localHeight + 'px' }">