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

chore: build

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