mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化 家庭成员
This commit is contained in:
parent
479ca2396d
commit
7735a4c794
@ -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",
|
||||
// 查询申请类型(空置房)
|
||||
|
||||
@ -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)){
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user