liuyg
2021-07-05 83c2a71060ee9e6083db4bcbcdf6128748642cfa
App.vue
@@ -27,8 +27,7 @@
            }
         }
      },
      watch: {
      },
      watch: {},
      mounted() {},
      onLaunch: function() { //初始化完成时触发(全局只触发一次)
         if (WxStorage.get("init") == '') {
@@ -48,11 +47,13 @@
</script>
<style lang="scss">
   @import 'smallwei/avue/lib/index.css';
   @import url("/components/feng-parse/parse.css");
   /*uview全局样式*/
   @import "uview-ui/index.scss";
   /*app全局样式*/
   @import 'static/style/app.scss';
   uni-page-wrapper {
      width: 100%;
      height: 100%;
@@ -62,5 +63,6 @@
      width: 100%;
      height: 100%;
   }
   /*每个页面公共css */
</style>