diff --git a/src/mods/AppVillager/AppVillager.vue b/src/mods/AppVillager/AppVillager.vue index 8dd5a19..754977b 100644 --- a/src/mods/AppVillager/AppVillager.vue +++ b/src/mods/AppVillager/AppVillager.vue @@ -238,7 +238,7 @@ export default { }, toAdd(index) { - if (this.statDisabled == 0) { + if (this.statDisabled == 0 && index == 0) { this.delAndEdit = false return this.$u.toast('该数据未审核') }