238,239
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<AiEmpty v-if="!list.length"/>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user