wangguoyu 4 tháng trước cách đây
mục cha
commit
0f6c924679
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/unitTest/index.vue

+ 1 - 1
pages/unitTest/index.vue

@@ -12,7 +12,7 @@
 						<danxuan :question="item" v-if="item.type == '1'"></danxuan>
 						<panduan :question="item" v-if="item.type == '2'"></panduan>
 						<tiankong :question="item" v-if="item.type == '3'" :placeholders="item.placeholders"></tiankong>
-						<yingyuDanxuan :question="ceshiData" v-if="item.type == '4'" :placeholders="item.placeholders">
+						<yingyuDanxuan :question="item" v-if="item.type == '4'" :placeholders="item.placeholders">
 						</yingyuDanxuan>
 					</view>
 				</template>