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._loadRepairStaff();
|
||||||
this._loadPayTypes();
|
this._loadPayTypes();
|
||||||
uni.$on('_getResourceInfo',function(_data){
|
uni.$on('getResourceInfo',function(_data){
|
||||||
_that._getResourceInfo();
|
console.log(_data)
|
||||||
|
_that._getResourceInfo(_data);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onUnload() {
|
onUnload() {
|
||||||
uni.$off('_getResourceInfo');
|
uni.$off('getResourceInfo');
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
_loadPayTypes: function(){
|
_loadPayTypes: function(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user