wangxy 1 maand geleden
bovenliggende
commit
8b87ce577e

+ 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>

+ 1 - 1
pages/Login/components/clientloginBox.vue

@@ -22,7 +22,7 @@
 			<button type="default" @click="handleLogin" class="phone-green-btn login-btn">登录</button>
 		<!-- 已加密的:{{lliPassword}} -->
 		</view>
-		<passwordLli ref="passLLiRef" :password="password" @lli-password="onLliPassword" />
+		<!-- <passwordLli ref="passLLiRef" :password="password" @lli-password="onLliPassword" /> -->
 	</view>
 </template>