Commit 6b95fdc6 by liang ce

拿到数据后清除轮训

parent b66b4454
......@@ -49,7 +49,8 @@ create.Page({
isBind: true,
isLoading: false
});
this.$store.data.relatedAppNeedUpdate = true
clearInterval(interval);
this.$store.data.relatedAppNeedUpdate = true;
this.update();
}
});
......
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