Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复活动题型选区多次点击重复触发 select 事件 (#154) #155

Merged

Conversation

alwayrun
Copy link
Contributor

@alwayrun alwayrun commented May 23, 2024

改动内容

QuestionWrapper.vue 组件

const clickFormItem = () => {
  const index = props.qIndex

  if (!props.isSelected) {  // 此处增加代码
    emit('select', index)
  }
}

Issue

#154

@sudoooooo sudoooooo merged this pull request into didi:develop May 23, 2024
1 check passed
@alwayrun alwayrun deleted the hotfix/activity_question_trigger_issue branch May 23, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants