From 65f74ff8bb6437dd4867654eacbde4cc75936a38 Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 13 Nov 2022 21:53:48 +0800 Subject: [PATCH] feat: savefile --- src/pages/home/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index b657ec8..766488d 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -30,11 +30,11 @@ const Home = () => { ]; useEffect(() => { -// 设置标题 + // 设置标题 definePageConfig({ - navigationBarTitleText: '首页' - }) -// 设置允许分享 + navigationBarTitleText: "首页", + }); + // 设置允许分享 Taro.showShareMenu({ withShareTicket: true, });