Commit b84b09ec authored by spc's avatar spc

fixed

parent daff044a
<template>
<view v-show="visible" class="activity-selected-popup" >
<view v-show="visible" class="activity-selected-popup">
<!-- 背景遮罩 -->
<view class="popup-mask"></view>
......@@ -95,6 +95,8 @@ const popupStyle = computed(() => {
// 查看活动
const handleViewActivity = async (activity, index) => {
emit('viewActivity', activity, index)
// 关闭弹窗
emit('close')
}
// 底部按钮点击
......@@ -114,8 +116,9 @@ const handleBottomButtonClick = async () => {
}
}
handleViewActivity(props.activityList[0], 0)
}
// 关闭弹窗
......
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