Commit e03d3633 authored by 邱旭's avatar 邱旭

1

parent e9c4f42b
......@@ -18,7 +18,9 @@ export default class HbRainIcon extends IconBase {
private updateIcon() {
NetManager.ins.hbRainBaseInfo((success, res) => {
if(!success) {
if(res.code == "600054" || res.code == "600055"){
this.visible = false;
}
return;
}
})
......
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