|
@ -22,7 +22,11 @@ |
|
|
<view class="view-backimg-top"></view> |
|
|
<view class="view-backimg-top"></view> |
|
|
<view class="view-backimg-bottom"></view> |
|
|
<view class="view-backimg-bottom"></view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<!-- 头像 - 头像 --> |
|
|
|
|
|
<view class="avatarobx"> |
|
|
|
|
|
<view class="view-out" @click="handleOut">退出登录</view> |
|
|
|
|
|
<image class="avatar" src='../../imgs/tx.png' mode="widthFix" ></image> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
@ -44,6 +48,13 @@ |
|
|
this.getQueryMeeting() //获取会议列表 |
|
|
this.getQueryMeeting() //获取会议列表 |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
// 退出登录 |
|
|
|
|
|
handleOut(){ |
|
|
|
|
|
uni.clearStorage(); |
|
|
|
|
|
uni.reLaunch({ |
|
|
|
|
|
url: '/pages/user/login', |
|
|
|
|
|
}); |
|
|
|
|
|
}, |
|
|
// logo 回到首页 |
|
|
// logo 回到首页 |
|
|
handleLogo(){ |
|
|
handleLogo(){ |
|
|
uni.navigateTo({ |
|
|
uni.navigateTo({ |
|
@ -79,6 +90,8 @@ |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.view-box{ |
|
|
.view-box{ |
|
|
margin-top:50px ; |
|
|
margin-top:50px ; |
|
|
} |
|
|
} |
|
|