@ -250,7 +250,7 @@ export default {
this.dataForm.address = position.address
},
beforeAvatarUpload (file) {
if (this.dataForm.length === 9) {
if (this.dataForm.images.length === 9) {
this.$message.error('最多上传9张图片!')
return false
}
@ -155,7 +155,7 @@ export default {
})
@ -186,7 +186,7 @@ export default {
@ -176,7 +176,7 @@ export default {
@ -202,7 +202,7 @@ export default {