feat: 支持多页面分享与统一默认头像
Made-with: Cursor
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ref, computed, onMounted } from 'vue'
|
||||
import { onShareAppMessage } from '@dcloudio/uni-app'
|
||||
import { useProfileStore } from '@/stores/profile'
|
||||
import { useLogin } from '@/hooks/useLogin'
|
||||
|
||||
@@ -208,6 +209,13 @@ onMounted(async () => {
|
||||
}
|
||||
await waitForLogin()
|
||||
})
|
||||
|
||||
onShareAppMessage(() => {
|
||||
return {
|
||||
title: '戒烟助手 - 帮你定制戒烟计划',
|
||||
path: 'pages/index/index'
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user