mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化注册自动关联处多小区时的bug
This commit is contained in:
parent
df7ffe152b
commit
e138c916f2
@ -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/';
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user