cmy 1 tahun lalu
induk
melakukan
f27afe1850

+ 1 - 1
components/input-password/input-password.vue

@@ -45,7 +45,7 @@
 				}
 				// 判断是否输入的是取消案件
 				else if (val.keyCode == 190) {
-					this.colsePayPassword();
+					this.$emit('colse')
 					// 输入.无效
 				} else {
 					arr.push(val.key);

+ 1 - 1
pages/index/entertainment.vue

@@ -141,7 +141,7 @@
 			</view>
 		</view>
 		<uni-popup type="bottom" ref="popup" :mask-click="false" @maskClick='colsePayPassword'>
-			<inputPassword @commit='KeyInfo'></inputPassword>
+			<inputPassword @commit='KeyInfo' @colse='colsePayPassword'></inputPassword>
 		</uni-popup>
 		<uni-popup type="center" ref="popupDetail">
 			<view class="alert-detail" v-if="alertDetail.room">

+ 1 - 1
pages/myPledge/zyXingqing.vue

@@ -91,7 +91,7 @@
 			</view>
 		</view>
 		<uni-popup type="bottom" ref="popup">
-			<inputPassword @commit='KeyInfo'></inputPassword>
+			<inputPassword @commit='KeyInfo' @colse='colsePayPassword'></inputPassword>
 		</uni-popup>
 		<uni-popup ref="inputDialog" type="dialog">
 			<uni-popup-dialog ref="inputClose" mode="input" :title="$t('zy.b1')" :value="num" :placeholder="$t('zy.b2')"