diff --git a/.DS_Store b/.DS_Store index dd378c7fcfa2f9f47e7caef8bab49ca5c6f86ff4..9fb968a088237fbc03d67ed54b52fe665cf35bd4 100755 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/public/components/frame/commonTop/commonTop.html b/public/components/frame/commonTop/commonTop.html index b09ab03a492f19626566576976b4dd32eb37fd8b..c37ec704cb3d3021adc0918d4b450e6ab0004a47 100755 --- a/public/components/frame/commonTop/commonTop.html +++ b/public/components/frame/commonTop/commonTop.html @@ -4,12 +4,12 @@ diff --git a/public/components/frame/commonTop/commonTop.js b/public/components/frame/commonTop/commonTop.js index 6ff24bacbb3879f713de7ba66ac415d55e220d2e..8f42b904b8457f3eb5a82f1dfa1d1b10207a9fd0 100755 --- a/public/components/frame/commonTop/commonTop.js +++ b/public/components/frame/commonTop/commonTop.js @@ -1,9 +1,9 @@ -console.log('############################################################'); -console.log('# HC小区项目开源于https://gitee.com/wuxw7/MicroCommunity #'); -console.log('# HC智慧家园项目开源于https://gitee.com/wuxw7/MicroCommunity #'); -console.log('# 开源不易,请star #'); -console.log('# 官网:http://www.homecommunity.cn/ #'); -console.log('############################################################'); +// console.log('############################################################'); +// console.log('# HC小区项目开源于https://gitee.com/wuxw7/MicroCommunity #'); +// console.log('# HC智慧家园项目开源于https://gitee.com/wuxw7/MicroCommunity #'); +// console.log('# 开源不易,请star #'); +// console.log('# 官网:http://www.homecommunity.cn/ #'); +// console.log('############################################################'); var _hmt = _hmt || []; (function() { diff --git a/public/components/property/editOwner/editOwner.html b/public/components/property/editOwner/editOwner.html index 3d32bc1a5e11e52d3f3274a978a4f565e9e6835d..36f81f5d27b9e84bcf9f17e4bd08fb7c731c9e27 100755 --- a/public/components/property/editOwner/editOwner.html +++ b/public/components/property/editOwner/editOwner.html @@ -107,7 +107,8 @@
- + + 业主已绑定,手机号不支持修改
diff --git a/public/components/property/editOwner/editOwner.js b/public/components/property/editOwner/editOwner.js index f015aa388d88447ea815b11e4249ae6b731de6b1..dad1466c1c1eea361f2a9a788cba2461c6eb2174 100755 --- a/public/components/property/editOwner/editOwner.js +++ b/public/components/property/editOwner/editOwner.js @@ -25,7 +25,8 @@ videoPlaying: true, mediaStreamTrack: null, flag: '', - attrs: [] + attrs: [], + canNotChangePhoneNumber: false } }, _initMethod: function() { @@ -40,6 +41,9 @@ //清理 上次数据 $that.clearEditOwnerInfo(); + if (_owner.hasOwnProperty('ownerAppUserDto')) { + vc.component.editOwnerInfo.canNotChangePhoneNumber = true; + } vc.copyObject(_owner, vc.component.editOwnerInfo); //根据memberId 查询 照片信息 vc.component.editOwnerInfo.ownerPhoto = _owner.urls && _owner.urls.length > 0 ? _owner.urls[0] : ''; diff --git a/public/vcCore/vc-lang.js b/public/vcCore/vc-lang.js index 9d8f2848f9086f9cc8a8d1247401aa48e0d31e76..0e3a12f4a76fc545fb058229f915d2dbffbfd23e 100644 --- a/public/vcCore/vc-lang.js +++ b/public/vcCore/vc-lang.js @@ -27,6 +27,6 @@ if (_langObj) { _lang = _langObj.lang; } - console.log(123) + // console.log(123) loadJS('/vcCore/vc-' + _lang + ".js") })(window.vcFramework) \ No newline at end of file