📜  Uncaught TypeError: this.scrollMessagesBottom is not a function at timeout - 不管代码示例
📅  最后修改于: 2022-03-11 14:56:21.299000             🧑  作者: Mango
代码示例1
var that = this;
setTimeout(function () {
that.startRotate();
}, 1000);