238,239
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<AiEmpty v-if="!list.length"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -144,6 +144,9 @@ export default {
|
|||||||
if (!this.userAreaId) {
|
if (!this.userAreaId) {
|
||||||
return this.$u.toast('请选择所属地区')
|
return this.$u.toast('请选择所属地区')
|
||||||
}
|
}
|
||||||
|
if (!/[^0]0{0,2}$/.test(this.userAreaId)) {
|
||||||
|
return this.$u.toast('所属地区必须选到村级')
|
||||||
|
}
|
||||||
this.flag = true
|
this.flag = true
|
||||||
this.$instance.post(`/app/appwechatuserqujing/idNumberAttestation`, {
|
this.$instance.post(`/app/appwechatuserqujing/idNumberAttestation`, {
|
||||||
avatarUrl: this.avatar,
|
avatarUrl: this.avatar,
|
||||||
|
|||||||
Reference in New Issue
Block a user