From 5a1293ff48e82272781b8b03a6216df81cd20868 Mon Sep 17 00:00:00 2001 From: "97694732@qq.com" Date: Sat, 6 Jun 2026 16:13:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BC=B9=E7=AA=97=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8E=E7=BB=A7=E7=BB=AD=E8=B5=B0=E5=AD=94?= =?UTF-8?q?=E5=A4=AB=E5=AD=90=E6=90=9C=E7=B4=A2=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index 96fe6b1..e5f9621 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -2412,7 +2412,7 @@ export default { if (selected.binding) that.noIsbnBinding = selected.binding uni.showToast({ title: '已选择: ' + (selected.book_name || ''), icon: 'success' }) } - if (typeof callback === 'function') callback.call(that, true) + if (typeof callback === 'function') callback.call(that, false) }, fail: function() { if (typeof callback === 'function') callback.call(that, true)