| | |
| | | <scroll-view scroll-y="true" > |
| | | <view class="header"> |
| | | <view class="cstmr-name"> |
| | | <image src="../../../static/image/jiafangdanwei.png" mode="aspectFit"></image> |
| | | <image src="../../../static/image/infoSea.png" mode="aspectFit"></image> |
| | | <view>{{cstmr.name}}</view> |
| | | </view> |
| | | <view class="cstmr-tel">{{cstmr.tel}} | {{cstmr.addr}} | {{cstmr.director$ ? cstmr.director$ : '--'}}</view> |
| | |
| | | res = res.data |
| | | that.cstmr = res.data |
| | | that.cstmrId = that.cstmr.id |
| | | } |
| | | }) |
| | | }, |
| | | edite() { |
| | | let _this = this |
| | | uni.navigateTo({ |
| | | url: '/pages/business/cstmr/modiCsmter', |
| | | success: function(res) { |
| | | res.eventChannel.emit('cstmr', { |
| | | data: _this.cstmr |
| | | }) |
| | | } |
| | | }) |
| | | }, |
| | |
| | | that.getFollowers() |
| | | } |
| | | }) |
| | | } |
| | | }, |
| | | |
| | | } |
| | | } |
| | | </script> |