Commit bd770735 authored by 毛线's avatar 毛线

个人中心隐藏个人信息选项卡

parent f4facbd1
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
<div class="dialog-content"> <div class="dialog-content">
<Load style="height: 100%;"> <Load style="height: 100%;">
<!-- 个人资料 --> <!-- 个人资料 -->
<Info v-show="tabIndex === 0" :level-current="levelCurrent" :latest-achievement="latestAchievement" /> <!-- <Info v-show="tabIndex === 0" :level-current="levelCurrent" :latest-achievement="latestAchievement" /> -->
<!-- 游戏记录 --> <!-- 游戏记录 -->
<Record v-show="tabIndex === 1" :data="lastGame" /> <Record v-show="tabIndex === 0" :data="lastGame" />
<!-- 分数转账表 --> <!-- 分数转账表 -->
<ScoreLog v-show="tabIndex === 2" /> <ScoreLog v-show="tabIndex === 1" />
</Load> </Load>
</div> </div>
</div> </div>
......
...@@ -15,7 +15,7 @@ export default { ...@@ -15,7 +15,7 @@ export default {
data() { data() {
return { return {
tab: [ tab: [
'个人资料', // '个人资料',
'游戏记录', '游戏记录',
'分数转账表', '分数转账表',
], ],
......
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