23 lines
319 B
JavaScript
23 lines
319 B
JavaScript
/**
|
|
入驻小区
|
|
**/
|
|
(function(vc) {
|
|
|
|
vc.extends({
|
|
data: {
|
|
dIndexInfo: {
|
|
|
|
}
|
|
},
|
|
_initMethod: function() {
|
|
|
|
},
|
|
_initEvent: function() {
|
|
|
|
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
});
|
|
})(window.vc); |