优化 家庭成员

This commit is contained in:
wuxw 2023-10-20 09:39:58 +08:00
parent 479ca2396d
commit 7735a4c794
3 changed files with 4 additions and 8 deletions

View File

@ -104,7 +104,7 @@ export default {
saveUserAddress: baseUrl + 'app/userAddress/saveUserAddress',
deleteUserAddress: baseUrl + 'app/userAddress/deleteUserAddress',
goodsUnifieldOrder: baseUrl + 'goods/unifieldOrder',
deleteOwner: baseUrl + "app/owner.deleteOwner",
deleteOwner: baseUrl + "app/owner.deleteOwnerMember",
computeFeeDiscount: baseUrl + "app/feeDiscount/computeFeeDiscount",
queryFeeDiscount: baseUrl + "app/feeDiscount/queryFeeDiscount",
// 查询申请类型(空置房)

View File

@ -7,7 +7,7 @@
</view>
<view class="cu-form-group">
<view class="title">身份证</view>
<input v-model="idCard" placeholder="请输入身份证" @blur="idCardChange"></input>
<input v-model="idCard" placeholder="请输入身份证" ></input>
</view>
<view class="cu-form-group">
<view class="title">性别</view>
@ -160,10 +160,6 @@
msg = "请填写姓名";
}else if (obj.age == "") {
msg = "请填写年龄";
} else if (obj.idCard == "") {
msg = "请填写身份证";
} else if (!isIDCard(obj.idCard)){
msg = "身份证号有误";
} else if (obj.link == "") {
msg = "请填写手机号";
} else if (!checkPhoneNumber(obj.link)){

View File

@ -48,7 +48,7 @@
<view class="cu-dialog">
<view class="cu-bar bg-white justify-end">
<view class="content">温馨提示</view>
<view class="action" @tap="_cancleCall()">
<view class="action" @tap="_cancleDeleteOwnerMember()">
<text class="cuIcon-close text-red"></text>
</view>
</view>