Commit 04cd0030 by 李嘉林

开关

parent 0f627d54
......@@ -62,6 +62,12 @@ export default {
this.cusInfo = res2.data.data;
}
this.show = true;
let enableFlag = res2.data.data.enableFlag;
if (enableFlag == "1") {
this.show = true;
} else {
this.show = false;
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment