mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
27 lines
589 B
JavaScript
27 lines
589 B
JavaScript
/**
|
|
入驻小区
|
|
**/
|
|
(function (vc) {
|
|
vc.extends({
|
|
data: {
|
|
devIndexInfo: {
|
|
hostCount: 0,
|
|
datas: [],
|
|
action: '',
|
|
}
|
|
},
|
|
_initMethod: function () {
|
|
},
|
|
_initEvent: function () {
|
|
vc.on('devIndex', 'initData', function (_param) {
|
|
// $that._loadViewAdminData();
|
|
// $that._loadCommunityFee();
|
|
// $that._loadCommunityRepair();
|
|
});
|
|
},
|
|
methods: {
|
|
|
|
|
|
}
|
|
});
|
|
})(window.vc); |