diff --git a/public/pages/property/simplifyAcceptance/simplifyAcceptance.html b/public/pages/property/simplifyAcceptance/simplifyAcceptance.html new file mode 100644 index 000000000..42eb8c531 --- /dev/null +++ b/public/pages/property/simplifyAcceptance/simplifyAcceptance.html @@ -0,0 +1,3 @@ +
+ +
\ No newline at end of file diff --git a/public/pages/property/simplifyAcceptance/simplifyAcceptance.js b/public/pages/property/simplifyAcceptance/simplifyAcceptance.js new file mode 100644 index 000000000..b936800ab --- /dev/null +++ b/public/pages/property/simplifyAcceptance/simplifyAcceptance.js @@ -0,0 +1,23 @@ +/** + 入驻小区 + **/ +(function (vc) { + var DEFAULT_PAGE = 1; + var DEFAULT_ROWS = 10; + vc.extends({ + data: { + simplifyAcceptanceInfo: { + + } + }, + _initMethod: function () { + + }, + _initEvent: function () { + + }, + methods: { + + } + }); +})(window.vc);