mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
19 lines
280 B
JavaScript
19 lines
280 B
JavaScript
/**
|
|
入驻小区
|
|
**/
|
|
(function(vc){
|
|
vc.extends({
|
|
data:{
|
|
|
|
},
|
|
_initMethod:function(){
|
|
//根据请求参数查询 查询 业主信息
|
|
},
|
|
_initEvent:function(){
|
|
|
|
},
|
|
methods:{
|
|
|
|
}
|
|
});
|
|
})(window.vc); |