zs-mini-ali-ui
Version:
中视编译后版本 ali-ui
31 lines (30 loc) • 600 B
JavaScript
;/******/ (() => { // webpackBootstrap
var __webpack_exports__ = {};
Component({
props: {
className: '',
show: false,
position: 'bottom',
mask: true,
animation: true,
disableScroll: true
},
methods: {
onMaskTap: function onMaskTap() {
var _this$props = this.props,
onClose = _this$props.onClose,
animation = _this$props.animation;
if (onClose) {
if (animation) {
onClose();
} else {
setTimeout(function () {
onClose();
}, 200);
}
}
}
}
});
/******/ })()
;