Files
city-store-transfer/pages/my/my.vue
LuoShijie f418c91de4 罗世杰:首页合并,移除搜索框,App引入了uview.scss
# Conflicts:
#	App.vue
#	pages/index/index.vue
#	pages/my/my.vue
2023-11-01 08:54:15 +08:00

32 lines
419 B
Vue

<template>
<view>
我的
<TabBar :current-page="4"></TabBar>
</view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
// this.getInfo()
},
methods: {
//---------页面调用接口示例------------
// getInfo() {
// this.$api.getUserInfo().then(res => {
// console.log('userInfo', res);
// })
// }
}
}
</script>
<style lang="scss">
</style>