提交 1f96b333 编写于 作者: Q qiang

chore: build

上级 2d46131a
...@@ -1246,6 +1246,10 @@ var serviceContext = (function () { ...@@ -1246,6 +1246,10 @@ var serviceContext = (function () {
sound: { sound: {
type: String, type: String,
default: 'none' default: 'none'
},
autoZoom: {
type: Boolean,
default: true
} }
}; };
...@@ -6874,7 +6878,9 @@ var serviceContext = (function () { ...@@ -6874,7 +6878,9 @@ var serviceContext = (function () {
let result; let result;
const page = showPage({ const page = showPage({
url: '__uniappchooselocation', url: '__uniappchooselocation',
data: options, data: Object.assign({}, options, {
locale: getLocale()
}),
style: { style: {
animationType: options.animationType || 'slide-in-bottom', animationType: options.animationType || 'slide-in-bottom',
titleNView: false, titleNView: false,
...@@ -7047,7 +7053,9 @@ var serviceContext = (function () { ...@@ -7047,7 +7053,9 @@ var serviceContext = (function () {
function openLocation$2 (data, callbackId) { function openLocation$2 (data, callbackId) {
showPage({ showPage({
url: '__uniappopenlocation', url: '__uniappopenlocation',
data, data: Object.assign({}, data, {
locale: getLocale()
}),
style: { style: {
titleNView: { titleNView: {
type: 'transparent' type: 'transparent'
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册