个人中心图标修改,新增我的收藏页面

This commit is contained in:
丁杰 2026-05-21 16:52:23 +08:00
parent 624888f58c
commit d6f09178ac
3 changed files with 1555 additions and 1450 deletions

View File

@ -951,6 +951,12 @@
"style": {
"navigationBarTitleText": "拍摄技巧"
}
},
{
"path": "pages/my/myFavorite",
"style": {
"navigationBarTitleText": "我的收藏"
}
}

File diff suppressed because it is too large Load Diff

22
pages/my/myFavorite.vue Normal file
View File

@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>