feat:app嵌套h5
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user