@@ -93,12 +93,10 @@
},
close() {
- this.checked = false
this.$emit('close')
success(id) {
this.$emit('success', id)
@@ -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" />
</template>