放开认证功能,可以认证多个小区的业主

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2024-04-03 07:44:36 +00:00 committed by Gitee
parent 435db3137a
commit c8fb7b3477
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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>