代码拉取完成,页面将自动刷新
<script>
import Vue from 'vue'
export default {
onLaunch: function() {
console.log('App Lanuch')
},
onShow: function() {
console.log('App Show')
try {
// 判断是否登录
var token = uni.getStorageSync('token');
if (token != "") {
// 已经登录
this.$store.dispatch('student/getStudentInfo')
} else {
// 未登录
this.$store.dispatch('student/Logout')
}
} catch (e) {
console.log(e)
this.$store.dispatch('student/Logout')
}
},
onHide: function() {
console.log('App Hide')
},
}
</script>
<style>
page {
background: #F5F6F7;
}
uni-button::after {
border: none;
}
.ellipse-line {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ellipse-2 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.footer-block {
width: 100vw;
padding-bottom: env(safe-area-inset-bottom);
}
.header-block {
width: 100vw;
padding-top: env(safe-area-inset-top);
}
.white-header {
color: #fff !important;
}
.wrong-header-bg {
background: linear-gradient(90deg, rgba(28, 162, 251, 1), rgba(2, 123, 254, 1));
color: #fff;
}
</style>
<style lang="scss">
@import 'plugins/uview-ui/index.scss';
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。