From 617f4f6acfd939fa058fee86d42a638e730b3661 Mon Sep 17 00:00:00 2001 From: kenny <879464294@qq.com> Date: Thu, 16 Oct 2025 10:01:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8A=E4=BC=A0=E9=80=BB=E8=BE=91bug?= =?UTF-8?q?=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/base-info-more/index.vue | 2 ++ pages/index/custom.vue | 14 ++++++++++++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index ebab666..c24cad1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "商城", - "appid" : "__UNI__A3FE0A4", + "appid" : "__UNI__A2B711F", "description" : "基于 uni-app + Vue3 技术驱动的在线商城系统,内含诸多功能与丰富的活动,期待您的使用和反馈。", "versionName" : "2025.09", "versionCode" : "183", diff --git a/pages/base-info-more/index.vue b/pages/base-info-more/index.vue index b6d0231..df58022 100644 --- a/pages/base-info-more/index.vue +++ b/pages/base-info-more/index.vue @@ -500,6 +500,7 @@ fail: (fail) => { console.log('fail: ', fail); + uni.showToast('上传图片报错了') }, }); }); @@ -508,6 +509,7 @@