fix(ui): 修正页面标题文字
- 将'立即订水'修改为'立即送水' - 更新首页导航标题 - 更新商品详情页跳转标题
This commit is contained in:
@@ -205,7 +205,7 @@ function Home() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'order',
|
key: 'order',
|
||||||
title: '立即订水',
|
title: '立即送水',
|
||||||
icon: <Cart size={30} />,
|
icon: <Cart size={30} />,
|
||||||
onClick: () => Taro.navigateTo({ url: '/shop/goodsDetail/index?id=10074' }),
|
onClick: () => Taro.navigateTo({ url: '/shop/goodsDetail/index?id=10074' }),
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default definePageConfig({
|
export default definePageConfig({
|
||||||
navigationBarTitleText: '立即订水',
|
navigationBarTitleText: '立即送水',
|
||||||
navigationBarTextStyle: 'black'
|
navigationBarTextStyle: 'black'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user