Files
2025-12-09 20:22:03 +08:00

23 lines
319 B
JavaScript

/**
入驻小区
**/
(function(vc) {
vc.extends({
data: {
dIndexInfo: {
}
},
_initMethod: function() {
},
_initEvent: function() {
},
methods: {
}
});
})(window.vc);