From afdc0faf165dbc0c90e45043b4f500a3d53ba20f Mon Sep 17 00:00:00 2001 From: zym2525 <540361168@qq.com> Date: 星期二, 11 三月 2025 21:02:24 +0800 Subject: [PATCH] fix: some --- apps/taro/src/pages/mine/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/taro/src/pages/mine/index.vue b/apps/taro/src/pages/mine/index.vue index 7022b2f..f13595d 100644 --- a/apps/taro/src/pages/mine/index.vue +++ b/apps/taro/src/pages/mine/index.vue @@ -20,6 +20,7 @@ <ContentScrollView> <List class="mine-list-wrapper"> <ListItem title="璁㈠崟绠$悊" @click="goOrderManage"></ListItem> + <ListItem title="鎴峰彿绠$悊" @click="goUserAccountList"></ListItem> <ListItem v-if="isLogin" title="閫�鍑虹櫥褰�" @click="goLogout"></ListItem> </List> </ContentScrollView> @@ -59,9 +60,9 @@ }); } -Taro.showShareMenu({ - showShareItems: ['shareAppMessage'], -}); +// Taro.showShareMenu({ +// showShareItems: ['shareAppMessage'], +// }); Taro.useShareAppMessage((res) => { return { @@ -72,6 +73,7 @@ }); const goOrderManage = useAccessLogin(() => goPage(RouterPath.order)); +const goUserAccountList = useAccessLogin(() => goPage(RouterPath.userAccountList)); async function goLogout() { try { -- Gitblit v1.9.1