{
setTimeout(() => {
@@ -884,10 +886,12 @@
},
closeCommissionPopup() {
this.commissionInputFocus = false;
+ this.commissionPopupVisible = false;
uni.hideKeyboard();
this.$refs.commissionPopup.close();
},
onCommissionPopupChange(e) {
+ this.commissionPopupVisible = e.show;
if (!e.show) {
this.commissionInputFocus = false;
uni.hideKeyboard();
@@ -1628,7 +1632,7 @@
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 20;
- pointer-events: none;
+ pointer-events: auto;
}
.checkout-fixed-header--store {
diff --git a/package1/order/orderDetail.vue b/package1/order/orderDetail.vue
index 72b7309..78e51b6 100644
--- a/package1/order/orderDetail.vue
+++ b/package1/order/orderDetail.vue
@@ -510,6 +510,15 @@
快递/跑腿