feat:app嵌套h5

This commit is contained in:
liu.huiying@ebiz-digits.com
2025-03-12 11:38:39 +08:00
parent 03698d975a
commit 4f047b8b59
17 changed files with 698 additions and 108 deletions

View File

@@ -15,7 +15,6 @@
:index="index"
:chooseQuestionId="chooseQuestionId"
@get-choose-question-id="getChooseQuestionId"
@move="emitFun.move"
>
<!-- 选择题 -->
<Choice
@@ -104,8 +103,6 @@
</div>
</template>
</choose-question>
<!-- 增加控制按钮-->
<slot name="button" :item="element"></slot>
<!-- {{ element.question_type }}-->
<!-- {{questionInfo.survey.pages.length}}-->
@@ -298,14 +295,6 @@ const actionFun = {
}
};
// emit 事件
const emitFun = {
move: (ev) => {
console.log(ev);
}
};
onMounted(() => {
questionInfo.value = store.questionsInfo.value;
});