@@ -45,6 +45,9 @@ export default {
mounted(){
this.pxClassList()
},
+ onShow () {
+ uni.hideTabBar();
+ },
methods: {
tabClick (index) {
this.currentTabIndex = index
@@ -102,6 +102,9 @@ export default {
onLoad (option) {
// this.init()
init () {
this._detail();
@@ -159,6 +159,9 @@ export default {
watch: {
computed: {
...mapGetters({ shopUser: "getShopUser" })