소스 검색

更新单选题

wangxy 5 달 전
부모
커밋
cc80125b74
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/chengji/chengji.vue

+ 1 - 1
components/chengji/chengji.vue

@@ -12,7 +12,7 @@
 						<view class="body" v-if="item.mta_show">
 							<danxuan :question="item" showError v-if="item.type == '1'"></danxuan>
 							<panduan :question="item" showError v-if="item.type == '2'"></panduan>
-							<tiankong :question="item" showError v-if="item.type == '3'"></tiankong>
+							<tiankong :question="item" showError v-if="item.type == '3'" :placeholders="item.placeholders"></tiankong>
 							<view class="answer-content-box">
 								<view class="answer-dtjx-row">
 									<view class="answer-title"></view>