Commit f8d3bcce authored by spc's avatar spc

fixed

parent a499fc25
<template>
<view v-show="visible" class="activity-selected-popup" @tap="handleMaskClick">
<view v-show="visible" class="activity-selected-popup" >
<!-- 背景遮罩 -->
<view class="popup-mask"></view>
......@@ -139,11 +139,11 @@ const handleClose = async () => {
}
// 点击遮罩层
const handleMaskClick = (e) => {
if (e.target === e.currentTarget) {
handleClose()
}
}
// const handleMaskClick = (e) => {
// if (e.target === e.currentTarget) {
// handleClose()
// }
// }
</script>
<style lang="less" scoped>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment