quanwei
2025-11-05 0368a9e52986b67493f10b7e21e8b6536a25fa6a
修复名片点击上传图片点取消后再点击上传图片没反应问题
1 files modified
3 ■■■■ changed files
mobile/pages/plus/business/add.vue 3 ●●●● patch | view | raw | blame | history
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