Commit 114d0b97 by kyle

个人中心

parent 21593e0a
......@@ -38,7 +38,15 @@
"enablePullDownRefresh": false
}
}
},{
"path" : "pages/personalCenter/personalCenter",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
// "tabBar": {
// "color": "#7A7E83", // tab 上的文字默认颜色
......
<template>
<view>
<!-- 头部信息 -->
<view class="basicInfoBox"></view>
<!-- 主要菜单 -->
<view class="mainMenuBox"></view>
<!-- 个人信息 -->
<view class="personalInfo"></view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment