From f2036f82c20767036fe8c4d627e5694e28e6ab73 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期二, 29 七月 2025 18:29:33 +0800 Subject: [PATCH] 修复资源移动目录产生的BUG --- pages/home/home.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/home/home.js b/pages/home/home.js index 0fa5082..2027911 100644 --- a/pages/home/home.js +++ b/pages/home/home.js @@ -479,7 +479,7 @@ confirmText: "鍏抽棴", success: (res) => { if (res.confirm) { - console.log(res, '璇风Щ姝C绔煡鐪�') + console.log('璇风Щ姝C绔煡鐪�') } } }) @@ -544,6 +544,7 @@ }) }) }, + addCart(e) { const { info -- Gitblit v1.9.1