master #1

Open
gxwebsoft wants to merge 108 commits from developer/template-10584:master into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8c7698a198 - Show all commits

View File

@@ -205,7 +205,7 @@ function Home() {
},
{
key: 'order',
title: '立即水',
title: '立即水',
icon: <Cart size={30} />,
onClick: () => Taro.navigateTo({ url: '/shop/goodsDetail/index?id=10074' }),
},

View File

@@ -1,4 +1,4 @@
export default definePageConfig({
navigationBarTitleText: '立即水',
navigationBarTitleText: '立即水',
navigationBarTextStyle: 'black'
})