Просмотр исходного кода

Merge branch '2024鹅状元' of https://gogs.mtavip.com/wangguoyu/uniProject into 2024鹅状元

tanxue 5 месяцев назад
Родитель
Сommit
610b24ee74
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>