Fix:4876 【商城小程序】选择预约时间进行预订后,先弹出团购协议,再跳转结算页面

This commit is contained in:
LinCyJang
2026-02-04 22:27:21 +08:00
parent 2c7fa054d3
commit 39edd3da1f
+1
View File
@@ -308,6 +308,7 @@ export default {
}, },
handleDateSelected(dateRange) { handleDateSelected(dateRange) {
this.dateRange = dateRange this.dateRange = dateRange
this.showAgreementPopup = true
}, },
handleDate() { handleDate() {
this.showDatePicker = true this.showDatePicker = true