mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
9a6cf11fd2
commit
28c602c4e9
@ -263,12 +263,13 @@
|
||||
}
|
||||
this._loadRepairStaff();
|
||||
this._loadPayTypes();
|
||||
uni.$on('_getResourceInfo',function(_data){
|
||||
_that._getResourceInfo();
|
||||
uni.$on('getResourceInfo',function(_data){
|
||||
console.log(_data)
|
||||
_that._getResourceInfo(_data);
|
||||
});
|
||||
},
|
||||
onUnload() {
|
||||
uni.$off('_getResourceInfo');
|
||||
uni.$off('getResourceInfo');
|
||||
},
|
||||
methods: {
|
||||
_loadPayTypes: function(){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user