mobile/pages/plus/business/add.vue
@@ -448,13 +448,14 @@ this.business.duties = duties }, handleAvatarUpload(imgs) { this.is_avatar = false if (imgs && imgs.length > 0) { this.file_path = imgs[0].file_path this.file_id = imgs[0].file_id this.is_avatar = false } }, handleLogoUpload(imgs) { this.is_logo = false if (imgs && imgs.length > 0) { this.logo_path = imgs[0].file_path this.logo_id = imgs[0].file_id