代码拉取完成,页面将自动刷新
<script>
import { mapGetters } from "vuex";
import { eventEnum } from "@/utils/constant";
import { selfBar, publicBar,personageBar } from "@/utils/tabBar.js"
import { wxUpdate } from "@/utils/wxUpdate";
const myApppId = 'wxa5669c7e8312599f'
const whiteList = [
'pages/h5/onlinePayment/index', 'pages/h5/payFees/index'
]
export default {
computed: { ...mapGetters(["hasLogin"]) },
async onLaunch(option) {
wxUpdate()
let flag = whiteList.includes(option.path)
if (this.hasLogin && !flag) {
const [error, resp] = await this.$store.dispatch("getUserInfo", true)
if (error) return
uni.$emit(eventEnum.appLaunch, resp)
await this.$store.dispatch("getStudents")
}
await this.$store.dispatch("getMenuTabBar")
// this.getAccountInfo()
},
onShow() {
uni.hideTabBar({
animation: false
})
},
methods: {
}
}
</script>
<style lang="scss">
@import "@/uni_modules/uview-ui/index.scss";
/*每个页面公共css */
@import "@/static/css/public.scss";
@import "@/static/css/common.scss";
page {
height: 100%;
}
.border {
border: 1px solid red !important;
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。