mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
优化小程序编译
This commit is contained in:
parent
d52534d0ab
commit
ebb791c4f8
@ -52,8 +52,8 @@
|
||||
this.java110Context.onLoad();
|
||||
let _that = this;
|
||||
setTimeout(function(){
|
||||
_that.$refs.indexHeaderRef._initData(this.undo);
|
||||
_that.$refs.indexUndoRef._initData(this.undo);
|
||||
_that.$refs.indexHeaderRef._initData(_that.undo);
|
||||
_that.$refs.indexUndoRef._initData(_that.undo);
|
||||
},1000)
|
||||
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user