This commit is contained in:
dylan 2023-07-23 22:59:14 +08:00
parent d9c8471194
commit 24a2d500bb

View File

@ -250,7 +250,7 @@ if(DisableIndex!=-1){
}
//查优惠券
let EnableChaQuan=true;
let EnableChaQuan=false;
DisableIndex=strDisableList.findIndex((item) => item === "查优惠券");
if(DisableIndex!=-1){
console.log("检测到设定关闭优惠券查询");