From 8c7698a1987493932a4e3b37248022c5d15c59f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Thu, 5 Feb 2026 17:37:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E4=BF=AE=E6=AD=A3=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将'立即订水'修改为'立即送水' - 更新首页导航标题 - 更新商品详情页跳转标题 --- src/pages/index/index.tsx | 2 +- src/shop/gift/index.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index/index.tsx b/src/pages/index/index.tsx index 2b37b5e..79de900 100644 --- a/src/pages/index/index.tsx +++ b/src/pages/index/index.tsx @@ -205,7 +205,7 @@ function Home() { }, { key: 'order', - title: '立即订水', + title: '立即送水', icon: , onClick: () => Taro.navigateTo({ url: '/shop/goodsDetail/index?id=10074' }), }, diff --git a/src/shop/gift/index.config.ts b/src/shop/gift/index.config.ts index 3dcbab8..5cf4860 100644 --- a/src/shop/gift/index.config.ts +++ b/src/shop/gift/index.config.ts @@ -1,4 +1,4 @@ export default definePageConfig({ - navigationBarTitleText: '立即订水', + navigationBarTitleText: '立即送水', navigationBarTextStyle: 'black' })