lyuis 7 месяцев назад
Родитель
Сommit
95f6e4d17d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      App.vue

+ 1 - 0
App.vue

@@ -2,6 +2,7 @@
 export default {
   onLaunch: function () {
     let that = this;
+	that.$queue.changeTabbar(that.$queue.getData('userType')||1)
     // #ifdef APP
     // 检查是否首次启动 - 引导页逻辑
     let firstUpload = uni.getStorageSync("firstUpload") || false;