lyuis 7 kuukautta sitten
vanhempi
sitoutus
95f6e4d17d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;