Fix:3176 【商城小程序】特色店铺入驻页面的营业时间点击无效,无法选择时间

This commit is contained in:
modendeveloper
2025-01-26 16:34:20 +08:00
parent b532a8a675
commit 12c6b177bc
+3
View File
@@ -589,6 +589,9 @@ export default {
this.$refs.shopForm.setRules(this.rules)
},
methods: {
showTimePicker() {
this.$refs.TimePickerPopupRef.open()
},
changeRemove(state){
this.showRemove = state
},