优化 我的页面加入商品推荐功能

This commit is contained in:
wuxw 2025-02-24 18:08:31 +08:00
parent 1bbf7b5f4f
commit 0dbf6847db

View File

@ -6,6 +6,8 @@
<my-menu></my-menu>
<my-system ref="mySystem"></my-system>
<community-recommend></community-recommend>
</view>
</template>
@ -44,6 +46,7 @@
import myPerson from '@/components/my/my-person.vue'
import myMenu from '@/components/my/my-menu.vue'
import mySystem from '@/components/my/my-system.vue'
import communityRecommend from '@/components/community-recommend.vue';
export default {
data() {
return {
@ -54,7 +57,8 @@
components: {
myPerson,
myMenu,
mySystem
mySystem,
communityRecommend
},
props: {},
onLoad: function(options) {