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

build v3

上级 de7fc194
......@@ -5171,35 +5171,10 @@ var serviceContext = (function () {
let result;
const page = showPage({
url: '__uniappchooselocation',
data: {
keyword: options.keyword
},
data: options,
style: {
animationType: options.animationType || 'slide-in-bottom',
titleNView: {
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'
});
}
}]
},
titleNView: false,
popGesture: 'close',
scrollIndicator: 'none'
},
......@@ -12242,7 +12217,9 @@ var serviceContext = (function () {
disableScroll,
onPageScroll,
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.
先完成此消息的编辑!
想要评论请 注册