优化小程序编译

This commit is contained in:
Your Name 2023-09-09 13:40:34 +08:00
parent d52534d0ab
commit ebb791c4f8

View File

@ -52,8 +52,8 @@
this.java110Context.onLoad(); this.java110Context.onLoad();
let _that = this; let _that = this;
setTimeout(function(){ setTimeout(function(){
_that.$refs.indexHeaderRef._initData(this.undo); _that.$refs.indexHeaderRef._initData(_that.undo);
_that.$refs.indexUndoRef._initData(this.undo); _that.$refs.indexUndoRef._initData(_that.undo);
},1000) },1000)
}, },