Commit 0a4eed23 by liang ce

关联失败现实绑定成功bug

parent 13cc3564
...@@ -34,7 +34,7 @@ create.Page({ ...@@ -34,7 +34,7 @@ create.Page({
if (requestNum >= 300) { if (requestNum >= 300) {
requestNum = 0; requestNum = 0;
that.setData({ that.setData({
isBind: true, isBind: false,
isLoading: false isLoading: false
}); });
clearInterval(interval); clearInterval(interval);
......
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