提交 dfea9d9e 编写于 作者: fxy060608's avatar fxy060608

build v3

上级 de7fc194
...@@ -5171,35 +5171,10 @@ var serviceContext = (function () { ...@@ -5171,35 +5171,10 @@ var serviceContext = (function () {
let result; let result;
const page = showPage({ const page = showPage({
url: '__uniappchooselocation', url: '__uniappchooselocation',
data: { data: options,
keyword: options.keyword
},
style: { style: {
animationType: options.animationType || 'slide-in-bottom', animationType: options.animationType || 'slide-in-bottom',
titleNView: { titleNView: false,
autoBackButton: false,
titleText: options.titleText || '选择位置',
titleColor: '#ffffff',
backgroundColor: 'rgba(0,0,0,1)',
buttons: [{
// text: options.cancelText || "取消",
// fontSize: "17px",
type: 'close',
float: 'left',
onclick: () => {
page.close();
}
}, {
text: options.doneText || '完成',
fontSize: '17px',
width: '60px',
onclick: () => {
page.sendMessage({
type: 'done'
});
}
}]
},
popGesture: 'close', popGesture: 'close',
scrollIndicator: 'none' scrollIndicator: 'none'
}, },
...@@ -12242,7 +12217,9 @@ var serviceContext = (function () { ...@@ -12242,7 +12217,9 @@ var serviceContext = (function () {
disableScroll, disableScroll,
onPageScroll, onPageScroll,
onPageReachBottom, onPageReachBottom,
onReachBottomDistance onReachBottomDistance,
windowTop: 0, // TODO
windowBottom: 0 // TODO
} }
} }
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册