Commit d95a67b0 authored by xulili's avatar xulili

我的消息入口

parent 3361888e
......@@ -37,6 +37,10 @@
<div class="list-title">我的收益</div>
<img class="list-icon" :src="cache.icon.arrowRightDark" />
</div>
<div class="list list-latest" @click="handleDetail('message')">
<div class="list-title">我的消息</div>
<img class="list-icon" :src="cache.icon.arrowRightDark"/>
</div>
</div>
<div class="main-menuBar">
......@@ -163,7 +167,7 @@
if (this.$route.query.code === undefined){
// alert('没code')
// this.zTestPreAuthCode()
this.zTestPreAuthCode()
} else {
// alert('有code')
this.zTestGetNowUrlInfo();
......
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