提交 fb20002f authored 作者: lhh's avatar lhh

update

上级 fe96b179
...@@ -147,7 +147,7 @@ const submit = function () { ...@@ -147,7 +147,7 @@ const submit = function () {
<!-- <van-radio-group v-model="checked"> --> <!-- <van-radio-group v-model="checked"> -->
<div class="question"> <div class="question">
<van-tag type="primary">{{ currentQ?.question_item_typeName }}</van-tag> <van-tag type="primary">{{ currentQ?.question_item_typeName }}</van-tag>
<div class="t">{{ item?.content }}</div> <div class="t" v-html="item?.content || ''"></div>
</div> </div>
<!-- 单选 --> <!-- 单选 -->
<van-radio-group <van-radio-group
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论