mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
22 lines
318 B
JavaScript
22 lines
318 B
JavaScript
/**
|
|
入驻小区
|
|
**/
|
|
(function (vc) {
|
|
vc.extends({
|
|
data: {
|
|
parkingAreaControlCarInoutsInfo: {
|
|
carIns: []
|
|
|
|
}
|
|
},
|
|
_initMethod: function () {
|
|
|
|
},
|
|
_initEvent: function () {
|
|
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
});
|
|
})(window.vc); |