延迟一秒掉接口
This commit is contained in:
@@ -64,7 +64,7 @@ $(function () {
|
|||||||
var that = this;
|
var that = this;
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
that.getData();
|
that.getData();
|
||||||
}, 200)
|
}, 1000)
|
||||||
|
|
||||||
},
|
},
|
||||||
getDeviceMsg: function () {
|
getDeviceMsg: function () {
|
||||||
|
Reference in New Issue
Block a user