Commit 0003cb15 authored by 黄奎's avatar 黄奎

1111

parent cfff09e8
...@@ -96,11 +96,11 @@ ...@@ -96,11 +96,11 @@
UsedTime: that.useTime UsedTime: that.useTime
}; };
if (params.CreateBy && params.CreateBy > 0) { if (params.CreateBy && params.CreateBy > 0) {
that.apipost("user_set_user_usederplog", params, r => { // that.apipost("user_set_user_usederplog", params, r => {
if (r.data.resultCode == 1) { // if (r.data.resultCode == 1) {
that.UsedTime = 0; // that.UsedTime = 0;
} // }
}); // });
} }
} }
}; };
......
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