zhaojs
2023-06-14 47171769ba8a7e953c870ac6b5bf24efb6a5e440
uniapp/pages/mine/mine.vue
@@ -341,8 +341,10 @@
      methods: {
         getInit()
         {
            console.log(getApp().globalData)
            if(!getApp().globalData.hasinit)
            {
               console.log('初始化1111')
               getApp().getAppInfo();
               setTimeout(()=>{
                  this.getInit();
@@ -383,7 +385,6 @@
            var that = this;
            this.$u.api.getBanner({type:'2'}).then(e => {
               if(e.code == 1)return that.$alert(e.msg);
               console.log(e.data.info)
               that.bannerList = e.data.info;
            }).catch(function (err) {
            })