2 Achegas 69f114af8a ... baf83ed3b3

Autor SHA1 Mensaxe Data
  wangxy baf83ed3b3 Merge remote-tracking branch 'origin/main' hai 2 semanas
  wangxy acffa59a1c 单选多选 选项修改 hai 2 semanas

+ 2 - 2
components/questions/danxuan.vue

@@ -7,8 +7,8 @@
 		</view>
 		
 		<!-- 选项区域 -->
-		<view v-for="(item,index) in data.contents" class="danxuan-option-box" :class="formatClass(index)" :key="index">
-			<text class="option-change"  @click="onSelect(index)">{{item.number}}</text>
+		<view v-for="(item,index) in data.contents" class="danxuan-option-box" :class="formatClass(index)" :key="index" @click="onSelect(index)">
+			<text class="option-change">{{item.number}}</text>
 			<rich-text :nodes="item.label" class="option-question"></rich-text>
 		</view>
 	</view>

+ 2 - 2
components/questions/duoxuan.vue

@@ -6,8 +6,8 @@
 			<rich-text :nodes="data.name"></rich-text>
 		</view>
 		<!-- 选项区域 -->
-		<view v-for="(item,index) in data.contents" class="duoxuan-option-box" :class="formatClass(index)" :key="index">
-			<text class="option-change" @click="onSelect(index)">{{item.number}}</text>
+		<view v-for="(item,index) in data.contents" class="duoxuan-option-box" :class="formatClass(index)" :key="index" @click="onSelect(index)">
+			<text class="option-change">{{item.number}}</text>
 			<rich-text :nodes="item.label" class="option-question"></rich-text>
 		</view>
 	</view>

+ 2 - 2
components/questionsChengji/danxuan.vue

@@ -7,8 +7,8 @@
 		</view>
 		
 		<!-- 选项区域 -->
-		<view v-for="(item,index) in data.contents" class="danxuan-option-box" :class="formatClass(index)" :key="index">
-			<text class="option-change"  @click="onSelect(index)">{{item.number}}</text>
+		<view v-for="(item,index) in data.contents" class="danxuan-option-box" :class="formatClass(index)" :key="index" @click="onSelect(index)">
+			<text class="option-change"  >{{item.number}}</text>
 			<rich-text :nodes="item.label" class="option-question"></rich-text>
 		</view>
 		

+ 2 - 2
components/questionsChengji/duoxuan.vue

@@ -6,8 +6,8 @@
 			<rich-text :nodes="data.name"></rich-text>
 		</view>
 		<!-- 选项区域 -->
-		<view v-for="(item,index) in data.contents" class="duoxuan-option-box" :class="formatClass(index)" :key="index">
-			<text class="option-change" @click="onSelect(index)">{{item.number}}</text>
+		<view v-for="(item,index) in data.contents" class="duoxuan-option-box" :class="formatClass(index)" :key="index" @click="onSelect(index)">
+			<text class="option-change">{{item.number}}</text>
 			<rich-text :nodes="item.label" class="option-question"></rich-text>
 		</view>