11
This commit is contained in:
@@ -335,6 +335,9 @@
|
||||
import musicPlay from '@/components/music.vue'
|
||||
import repciptData from '@/static/json/repcipt.json'
|
||||
import $http from '@/config/requestConfig.js';
|
||||
// #ifdef APP-PLUS
|
||||
import updata from '@/uni_modules/uni-upgrade-center-app/utils/check-update'
|
||||
// #endif
|
||||
import {
|
||||
mapState,
|
||||
mapMutations
|
||||
@@ -450,6 +453,9 @@
|
||||
//页面显示
|
||||
onShow() {
|
||||
// 隐藏原生的tabbar
|
||||
// #ifdef APP-PLUS
|
||||
updata();
|
||||
// #endif
|
||||
// this.getUserInfo()
|
||||
// this.tjProList = []
|
||||
// uni.hideTabBar();
|
||||
|
||||
Reference in New Issue
Block a user