From afeeed281e60466b576fbe74d339634cc5d07b82 Mon Sep 17 00:00:00 2001 From: Codex Assistant <codex@example.com> Date: 星期三, 08 十月 2025 08:56:42 +0800 Subject: [PATCH] 修复评审功能和用户认证问题 --- wx/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wx/app.js b/wx/app.js index f105b87..4145d1c 100644 --- a/wx/app.js +++ b/wx/app.js @@ -163,7 +163,7 @@ } // 妫�鏌ユ槸鍚︽湁閿欒淇℃伅锛堥�傞厤涓嶅悓鐨勯敊璇搷搴旀牸寮忥級 - if (res.data.error || res.data.message || res.data.success === false) { + if (res.data.error || res.data.success === false) { const errorMsg = res.data.error || res.data.message || '鐧诲綍澶辫触' console.error('鉂� 鐧诲綍澶辫触:', errorMsg) wx.showToast({ -- Gitblit v1.8.0