jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/less/Mask/index.js

9 lines
185 B
JavaScript
Raw Normal View History

2024-12-01 11:56:54 +00:00
import { Component, triggerEventOnly } from '../_util/simply';
2024-11-10 07:01:22 +00:00
Component({
2024-12-01 11:56:54 +00:00
show: true,
}, {
onMaskClick: function (e) {
triggerEventOnly(this, 'maskTap', e);
2024-11-10 07:01:22 +00:00
},
2024-12-01 11:56:54 +00:00
});