Explorar o código

修复盲票支付取消勾选协议bug

hwb0 %!s(int64=3) %!d(string=hai) anos
pai
achega
ea82cbb06f
Modificáronse 2 ficheiros con 1 adicións e 3 borrados
  1. 0 2
      components/pay-popup/pay-popup.vue
  2. 1 1
      pages/ticketBox/detail.vue

+ 0 - 2
components/pay-popup/pay-popup.vue

@@ -93,12 +93,10 @@
 			},
 
 			close() {
-				this.checked = false
 				this.$emit('close')
 			},
 
 			success(id) {
-				this.checked = false
 				this.$emit('success', id)
 			},
 

+ 1 - 1
pages/ticketBox/detail.vue

@@ -102,7 +102,7 @@
 		</view>
 		
 		<!-- 支付弹层 -->
-		<pay-popup :pay-show="payShow" :pay-info="payInfo" @close="close" @success="toProcess" />
+		<pay-popup :pay-show="payShow" :pay-info="payInfo" @close="close" @success="toProcess" v-if="payShow" />
 	</view>
 </template>