From c7fe587318b7394a2a3591c93f65c21b20a1fff8 Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Wed, 1 Jul 2026 15:12:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A4=B1=E8=B4=A5=E6=97=B6=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E8=AF=B7=E6=B1=82URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index 731525e..0b4b4c8 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -3090,6 +3090,7 @@ export default { }, fail: function(err) { console.error('【getNoIsbnBook】网络请求失败:', JSON.stringify(err)) + console.error('【getNoIsbnBook】请求URL:', url) uni.showToast({ title: '网络请求失败', icon: 'none', duration: 3000 }) if (typeof callback === 'function') callback.call(that, true) }