添加活动消息
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
</view>
|
||||
<image src="/static/image/user/1.png"></image>
|
||||
</view>
|
||||
<view class="nav" @click="navtos()">
|
||||
<text>活动消息</text>
|
||||
<image src="/static/image/user/1.png"></image>
|
||||
</view>
|
||||
<view class="nav" @click="toOthersPage('fans')">
|
||||
<text>我的粉丝</text>
|
||||
<image src="/static/image/user/1.png"></image>
|
||||
@@ -68,6 +72,12 @@ export default {
|
||||
this.imService.connectIM()
|
||||
},
|
||||
methods: {
|
||||
navtos(){
|
||||
console.log(1212)
|
||||
this.$u.route({
|
||||
url:"/pages/messages/list"
|
||||
})
|
||||
},
|
||||
loginout(){
|
||||
this.imService.disconnect()
|
||||
uni.clearStorage();
|
||||
|
||||
Reference in New Issue
Block a user