优化注册自动关联处多小区时的bug

This commit is contained in:
wuxw 2024-04-03 15:45:12 +08:00
parent df7ffe152b
commit e138c916f2
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ const baseUrl = '/';
// #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址
const baseUrl = 'http://demo.homecommunity.cn/';
const baseUrl = 'https://wuye.taksongroup.com/';
// #endif
let commonBaseUrl = 'http://demo.homecommunity.cn/';

View File

@ -45,7 +45,7 @@
</view>
</view>
</view>
<view v-else class="text-center to-auth" >
<view class="text-center to-auth" >
<button class="cu-btn bg-blue margin-tb-sm lg" @click="_toAuthOwner()">去认证</button>
</view>
@ -118,6 +118,6 @@
height: 180rpx;
}
.to-auth{
margin-top:300upx
margin-top:20upx
}
</style>