doum
2025-08-19 05db93c48c69b1fc5db8bb2fce4c37014e92e450
h5/App.vue
@@ -2,9 +2,25 @@
   export default {
      onLaunch: function() {
         // this.init()
         var ua = window.navigator.userAgent
         if(ua.indexOf('MicroMessenger') == -1){
            // 等于-1时 说明不是从微信扫码打开的,就跳转其它页面
            uni.reLaunch({
               url:'/pages/exception/exception'
            })
            return
         }
         this.initRegister()
      },
      onShow: function() {
          var ua = window.navigator.userAgent
          if(ua.indexOf('MicroMessenger') == -1){
             // 等于-1时 说明不是从微信扫码打开的,就跳转其它页面
             uni.reLaunch({
                url:'/pages/exception/exception'
             })
             return
          }
         console.log('App Show')
      },
      onHide: function() {