From f9a08075abe43538ca4e40fe29f6a247028c9fc7 Mon Sep 17 00:00:00 2001 From: wx-jincw Date: Sat, 27 Dec 2025 15:08:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=A2=E5=8D=95=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manifest.json | 6 +- app/pages/users/order_confirm/index.vue | 88 ++++++++++++++----------- app/static/html/pc.html | 6 +- 3 files changed, 54 insertions(+), 46 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index b8daba4..81ed053 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { - "name" : "甄味馆商城", + "name" : "商城", "appid" : "__UNI__B905528", - "description" : "甄味馆商城", + "description" : "商城", "versionName" : "1.0.0", "versionCode" : 1001, "transformPx" : false, @@ -172,7 +172,7 @@ "async" : { "timeout" : 200000 }, - "title" : "甄味馆" + "title" : "商城" }, "plus" : { "statusbar" : { diff --git a/app/pages/users/order_confirm/index.vue b/app/pages/users/order_confirm/index.vue index a5b8281..87ca6db 100644 --- a/app/pages/users/order_confirm/index.vue +++ b/app/pages/users/order_confirm/index.vue @@ -1,7 +1,7 @@