Fix:3207 【商城小程序】供应商入驻页面—修改营业时间后点击【取消】按钮,营业时间也会被更改

This commit is contained in:
modendeveloper
2025-03-10 22:51:36 +08:00
parent b6a7c02e60
commit cbc313e8c5
@@ -113,6 +113,10 @@ export default{
this.$refs.popup.open();
},
closePopup(action=""){
if(action == "cancel"){
this.$refs.popup.close();
return false;
}
if(this.compareTwoTimeRange(this.startDefaultTimeArr , this.endDefaultTimeArr)){
uni.showToast({
title:"开始时间不能大于结束时间",