提交 3dc3f304 编写于 作者: Q qiang

chore: build app

上级 df446e93
...@@ -1518,6 +1518,8 @@ var serviceContext = (function () { ...@@ -1518,6 +1518,8 @@ var serviceContext = (function () {
return value.indexOf(delimiters[0]) > -1; return value.indexOf(delimiters[0]) > -1;
} }
const NAVBAR_HEIGHT = 44;
var en = { var en = {
"uni.app.quit": "Press back button again to exit", "uni.app.quit": "Press back button again to exit",
"uni.async.error": "The connection timed out, click the screen to try again.", "uni.async.error": "The connection timed out, click the screen to try again.",
...@@ -6097,8 +6099,6 @@ var serviceContext = (function () { ...@@ -6097,8 +6099,6 @@ var serviceContext = (function () {
} }
} }
const NAVBAR_HEIGHT = 44;
const TABBAR_HEIGHT = 50; const TABBAR_HEIGHT = 50;
const isIOS$1 = plus.os.name === 'iOS'; const isIOS$1 = plus.os.name === 'iOS';
let config; let config;
...@@ -21143,7 +21143,7 @@ var serviceContext = (function () { ...@@ -21143,7 +21143,7 @@ var serviceContext = (function () {
); );
}); });
weex.requireModule('plus').setLanguage(locale); weex.requireModule('plus').setLanguage(locale);
} }
callbacks$a.forEach(callbackId => { callbacks$a.forEach(callbackId => {
invoke$1(callbackId, { locale }); invoke$1(callbackId, { locale });
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册