index.js 713 Bytes

      !(function(){
        var uniAppViewReadyCallback = function(){
          setCssToHead([".",[1],"status_bar { height: var(--status-bar-height); width: 100%; background-color: #F8F8F8; }\n.",[1],"top_view { height: var(--status-bar-height); width: 100%; position: fixed; background-color: #F8F8F8; top: 0; z-index: 999; }\n",],undefined,{path:"./components/index.wxss"})();
document.dispatchEvent(new CustomEvent("generateFuncReady", { detail: { generateFunc: $gwx('./components/index.wxml') } }));
        }
        if(window.__uniAppViewReady__){
          uniAppViewReadyCallback()
        }else{
          document.addEventListener('uniAppViewReady',uniAppViewReadyCallback)
        }
      })();