238,239

This commit is contained in:
liuye
2023-04-10 16:39:55 +08:00
parent f3686f378a
commit cc02dcb810
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
</div>
</div>
</div>
<AiEmpty v-if="!list.length"/>
</div>
</template>
<script>

View File

@@ -144,6 +144,9 @@ export default {
if (!this.userAreaId) {
return this.$u.toast('请选择所属地区')
}
if (!/[^0]0{0,2}$/.test(this.userAreaId)) {
return this.$u.toast('所属地区必须选到村级')
}
this.flag = true
this.$instance.post(`/app/appwechatuserqujing/idNumberAttestation`, {
avatarUrl: this.avatar,