|
@@ -50,22 +50,19 @@
|
|
<span>{{ currentUser.nickName }} {{ schoolName }}</span>
|
|
<span>{{ currentUser.nickName }} {{ schoolName }}</span>
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
- <div class="list-group-item" style="border: none">
|
|
|
|
- <span style="display:inline-block;width:33%;text-align:center;cursor:pointer">
|
|
|
|
- <img style="width: 16px;position: relative;top: 2px;margin-right: 5px;"
|
|
|
|
- src="@/assets/images/icon_jifen.png" alt/>
|
|
|
|
- {{ currentUser.points || 0 }}积分
|
|
|
|
- </span>
|
|
|
|
- <span @click="handleGoUserCenter"
|
|
|
|
- style="display:inline-block;width:33%;text-align:center;color:#4055F7;cursor:pointer">
|
|
|
|
- <img style="width: 16px;position: relative;top: 2px;margin-right: 5px;"
|
|
|
|
- src="@/assets/images/icon_user.png" alt/>个人中心
|
|
|
|
- </span>
|
|
|
|
- <span @click="logout"
|
|
|
|
- style="display:inline-block;width:33%;text-align:center;color:#C93C3C;cursor:pointer">
|
|
|
|
- <img style="width: 16px;position: relative;top: 2px;margin-right: 5px;"
|
|
|
|
- src="@/assets/images/icon_back.png" alt/>退出
|
|
|
|
- </span>
|
|
|
|
|
|
+ <div class="mt15 fx-row fx-bet-cen f13">
|
|
|
|
+ <div class="fx-row ai-cen">
|
|
|
|
+ <img class="icon16 mr5" src="@/assets/images/icon_jifen.png" alt/>
|
|
|
|
+ {{ currentUser.points || 0 }}积分
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fx-row ai-cen pointer f-blue" @click="handleGoUserCenter">
|
|
|
|
+ <img class="icon16 mr5" src="@/assets/images/icon_user.png" alt/>
|
|
|
|
+ 个人中心
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fx-row ai-cen pointer f-red" @click="logout">
|
|
|
|
+ <img class="icon16 mr5" src="@/assets/images/icon_back.png" alt/>
|
|
|
|
+ 退出
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|