mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
fdf2974bef
commit
19a780412d
@ -15,7 +15,7 @@ const baseUrl = '/';
|
||||
|
||||
// #ifndef H5
|
||||
//服务器域名 小程序 或者 app 时 后端地址
|
||||
const baseUrl = 'https://wuye.taksongroup.com/';
|
||||
const baseUrl = 'https://192.168.100.108:8088/';
|
||||
// #endif
|
||||
|
||||
let commonBaseUrl = 'http://demo.homecommunity.cn/';
|
||||
|
||||
@ -20,9 +20,9 @@
|
||||
</view>
|
||||
<view class="flex margin-top-xs justify-between">
|
||||
<view class="text-gray">人员类型</view>
|
||||
<view class="text-gray" v-if="item.ownerTypeCd = '1001'">业主</view>
|
||||
<view class="text-gray" v-else-if="item.ownerTypeCd = '1002'">家庭成员</view>
|
||||
<view class="text-gray" v-else-if="item.ownerTypeCd = '1003'">租客</view>
|
||||
<view class="text-gray" v-if="item.ownerTypeCd == '1001'">业主</view>
|
||||
<view class="text-gray" v-else-if="item.ownerTypeCd == '1002'">家庭成员</view>
|
||||
<view class="text-gray" v-else-if="item.ownerTypeCd == '1003'">租客</view>
|
||||
<view class="text-gray" v-else>其他</view>
|
||||
</view>
|
||||
<view class="flex margin-top-xs justify-between">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user