Fix:3207 【商城小程序】供应商入驻页面—修改营业时间后点击【取消】按钮,营业时间也会被更改
This commit is contained in:
@@ -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:"开始时间不能大于结束时间",
|
||||
|
||||
Reference in New Issue
Block a user