Fix:3176 【商城小程序】特色店铺入驻页面的营业时间点击无效,无法选择时间
This commit is contained in:
@@ -589,6 +589,9 @@ export default {
|
|||||||
this.$refs.shopForm.setRules(this.rules)
|
this.$refs.shopForm.setRules(this.rules)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
showTimePicker() {
|
||||||
|
this.$refs.TimePickerPopupRef.open()
|
||||||
|
},
|
||||||
changeRemove(state){
|
changeRemove(state){
|
||||||
this.showRemove = state
|
this.showRemove = state
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user