提交 43027835 编写于 作者: Q qiang

chore: build

上级 15df79ab
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) : typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : window || self, factory(window.Tools = {})); (global = typeof globalThis !== 'undefined' ? globalThis : window || self, factory(window.Tools = {}));
})(this, (function (exports) { 'use strict'; }(this, (function (exports) { 'use strict';
const ACTION_TYPE_PAGE_CREATE = 1; const ACTION_TYPE_PAGE_CREATE = 1;
const ACTION_TYPE_PAGE_CREATED = 2; const ACTION_TYPE_PAGE_CREATED = 2;
...@@ -160,4 +160,4 @@ ...@@ -160,4 +160,4 @@
Object.defineProperty(exports, '__esModule', { value: true }); Object.defineProperty(exports, '__esModule', { value: true });
})); })));
...@@ -10147,6 +10147,12 @@ var serviceContext = (function (vue) { ...@@ -10147,6 +10147,12 @@ var serviceContext = (function (vue) {
injectAppLaunchHooks(appVm.$); injectAppLaunchHooks(appVm.$);
invokeHook(appVm, ON_LAUNCH, args); invokeHook(appVm, ON_LAUNCH, args);
invokeHook(appVm, ON_SHOW, args); invokeHook(appVm, ON_SHOW, args);
// https://tower.im/teams/226535/todos/16905/
const getAppState = weex.requireModule('plus').getAppState;
const appState = getAppState && Number(getAppState());
if (appState === 2) {
invokeHook(appVm, ON_HIDE, args);
}
} }
// 统一处理路径 // 统一处理路径
...@@ -19490,7 +19496,7 @@ var serviceContext = (function (vue) { ...@@ -19490,7 +19496,7 @@ var serviceContext = (function (vue) {
return index; return index;
})(Vue); }(Vue));
const uni = serviceContext.uni; const uni = serviceContext.uni;
const getApp = serviceContext.getApp; const getApp = serviceContext.getApp;
const getCurrentPages = serviceContext.getCurrentPages; const getCurrentPages = serviceContext.getCurrentPages;
......
/// <reference types="css-font-loading-module" />
import { ComponentInternalInstance } from 'vue'; import { ComponentInternalInstance } from 'vue';
import { ComponentOptionsBase } from 'vue'; import { ComponentOptionsBase } from 'vue';
import { ComponentPublicInstance } from 'vue'; import { ComponentPublicInstance } from 'vue';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册