This commit is contained in:
@fawn-nine
2024-09-27 17:04:35 +08:00
parent eedeb5c37f
commit 806c08174f
10 changed files with 107 additions and 54 deletions

View File

@@ -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();