数字平昌需求变更
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="AppConvenientService">
|
||||
<u-navbar :is-back="false" title="便民服务" title-color="#fff" title-width="300" title-size="28" :background="backgroundNavbar"></u-navbar>
|
||||
<u-navbar :is-back="false" title="服务" title-color="#fff" title-width="300" title-size="28" :background="backgroundNavbar"></u-navbar>
|
||||
<div class="card-list">
|
||||
<div class="card" v-for="(item,index) in list" :key="index">
|
||||
<h2>{{ $dict.getLabel('homeConfigMenuType', index) }}</h2>
|
||||
@@ -19,7 +19,7 @@
|
||||
import { mapActions, mapState } from "vuex";
|
||||
export default {
|
||||
name: "AppConvenientService",
|
||||
appName: "便民服务",
|
||||
appName: "服务",
|
||||
customNavigation: true,
|
||||
computed: {
|
||||
...mapState(['user', 'token']),
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
</div>
|
||||
|
||||
<div class="item-content mar-b8">
|
||||
<div class="item solid">
|
||||
<!-- <div class="item solid">
|
||||
<p>真实姓名</p>
|
||||
<div class="item-right" v-if="!editRealName">
|
||||
<p class="name">{{ user.realName || '' }}</p>
|
||||
@@ -46,7 +46,7 @@
|
||||
<p class="name">{{ user.idNumber || '' }}</p>
|
||||
</div>
|
||||
<input class="item-right" v-else type="idNumber" v-model="userIdNumber" maxlength="18" @input="idNumberInput">
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="item">
|
||||
<p>所属网格</p>
|
||||
<div class="item-right" v-if="!editGird">
|
||||
@@ -132,15 +132,15 @@ export default {
|
||||
if (!this.userPhone) {
|
||||
return this.$u.toast('请输入手机号')
|
||||
}
|
||||
if (!this.userRealName) {
|
||||
return this.$u.toast('请输入真实姓名')
|
||||
}
|
||||
if (!this.userIdNumber) {
|
||||
return this.$u.toast('请输入身份证号')
|
||||
}
|
||||
if (!this.$idCardNoUtil.checkIdCardNo(this.userIdNumber)) {
|
||||
return this.$u.toast('请输入正确的身份证号码')
|
||||
}
|
||||
// if (!this.userRealName) {
|
||||
// return this.$u.toast('请输入真实姓名')
|
||||
// }
|
||||
// if (!this.userIdNumber) {
|
||||
// return this.$u.toast('请输入身份证号')
|
||||
// }
|
||||
// if (!this.$idCardNoUtil.checkIdCardNo(this.userIdNumber)) {
|
||||
// return this.$u.toast('请输入正确的身份证号码')
|
||||
// }
|
||||
if (!this.userGirdId) {
|
||||
return this.$u.toast('请选择所属网格')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user