Browse Source

弹窗点击事件冒泡问题

jwyu 3 years ago
parent
commit
1aef2c2d8e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      pages-approve/seal/addSeal.vue
  2. 1 1
      pages-approve/seal/detail.vue
  3. 1 1
      pages-approve/seal/edit.vue

+ 1 - 1
pages-approve/seal/addSeal.vue

@@ -104,7 +104,7 @@
 		</van-popup>
 		<!-- 何种印章 -->
 		<van-popup :show="showType" @close="showType=false" position="bottom">
-			<view class="type-popup-wrap">
+			<view class="type-popup-wrap" catchtap="preventdefault">
 				<view class="flex top-title">
 					<text style="color:#969799" @click="showType=false">取消</text>
 					<text style="font-size:16px">选择何种印章</text>

+ 1 - 1
pages-approve/seal/detail.vue

@@ -109,7 +109,7 @@
 		</van-popup>
 		<!-- 何种印章 -->
 		<van-popup :show="showType" @close="showType=false" position="bottom">
-			<view class="type-popup-wrap">
+			<view class="type-popup-wrap" catchtap="preventdefault">
 				<view class="flex top-title">
 					<text style="color:#969799" @click="showType=false">取消</text>
 					<text style="font-size:16px">选择何种印章</text>

+ 1 - 1
pages-approve/seal/edit.vue

@@ -99,7 +99,7 @@
 		</van-popup>
 		<!-- 何种印章 -->
 		<van-popup :show="showType" @close="showType=false" position="bottom">
-			<view class="type-popup-wrap">
+			<view class="type-popup-wrap" catchtap="preventdefault">
 				<view class="flex top-title">
 					<text style="color:#969799" @click="showType=false">取消</text>
 					<text style="font-size:16px">选择何种印章</text>