Browse Source

更新单选题

wangxy 5 tháng trước cách đây
mục cha
commit
57668bdee5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/question/FillItem.vue

+ 1 - 1
components/question/FillItem.vue

@@ -1,7 +1,7 @@
 <template>
 	<uni-popup background-color="#fff" ref="fillRef">
 		<view class="popup-content">
-			<input v-model="result"  style="width: 100%" @blur="onBlur" type="text" class="input-box" />
+			<input v-model.trim="result"  style="width: 100%" @blur="onBlur" type="text" class="input-box" />
 		</view>
 	</uni-popup>
 </template>