|
@ -7,8 +7,12 @@ |
|
|
<view class="content-details-wrap"> |
|
|
<view class="content-details-wrap"> |
|
|
<!-- 问卷列表 --> |
|
|
<!-- 问卷列表 --> |
|
|
<view class="user-details"> |
|
|
<view class="user-details"> |
|
|
<image class="user-logo" mode="物业logo" src="{{userInfo.avatarUrl}}"></image> |
|
|
|
|
|
<view class="user-name">{{userInfo.nickName}}</view> |
|
|
|
|
|
|
|
|
<view class="user-logo"> |
|
|
|
|
|
<open-data type="userAvatarUrl"></open-data> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="user-name"> |
|
|
|
|
|
<open-data type="userNickName"></open-data> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="content-details-content-wrap"> |
|
|
<view class="content-details-content-wrap"> |
|
|
<!-- 地址信息等级 --> |
|
|
<!-- 地址信息等级 --> |
|
@ -16,16 +20,21 @@ |
|
|
<view class="information-title">请选择您的楼栋:</view> |
|
|
<view class="information-title">请选择您的楼栋:</view> |
|
|
<view class="information-address-wrap"> |
|
|
<view class="information-address-wrap"> |
|
|
<view class="information-address-btn-wrap" id="information-address-btn-wrap"> |
|
|
<view class="information-address-btn-wrap" id="information-address-btn-wrap"> |
|
|
<button class="information-address-btn" type="default" plain bindtap="showSelectAddress">{{addressSelectItem.descr}}</button> |
|
|
|
|
|
|
|
|
<button class="information-address-btn" type="default" plain |
|
|
|
|
|
bindtap="showSelectAddress">{{addressSelectItem.descr}}</button> |
|
|
<image class="information-address-icon" |
|
|
<image class="information-address-icon" |
|
|
src="http://8.140.133.55:8096/public/uploadfile/select-address-down.png"></image> |
|
|
src="http://8.140.133.55:8096/public/uploadfile/select-address-down.png"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="information-address-select-wrap" |
|
|
<view class="information-address-select-wrap" |
|
|
style="top: {{modalY}}px; display: {{modalY ? 'block':'none'}}"> |
|
|
style="top: {{modalY}}px; display: {{modalY ? 'block':'none'}}"> |
|
|
<!-- addressList --> |
|
|
|
|
|
<view wx:for="{{addressList}}" wx:key="index" data-index="{{index}}" bindtap="setAddressItem" |
|
|
|
|
|
class="information-address-list {{index===0?'information-address-list-one':''}} {{(addressSelectIndex===0 && addressSelectIndex===index)? 'information-address-list-select1' : ''}}{{(addressSelectIndex && addressSelectIndex===index)? 'information-address-list-select' : ''}}"> |
|
|
|
|
|
{{item.descr}}</view> |
|
|
|
|
|
|
|
|
<view class="information-address-select-bg-wrap"> |
|
|
|
|
|
<view class="information-address-select-content-wrap"> |
|
|
|
|
|
<view wx:for="{{addressList}}" wx:key="index" data-index="{{index}}" bindtap="setAddressItem" |
|
|
|
|
|
class="information-address-list {{addressSelectIndex===index? 'information-address-list-select' : ''}}"> |
|
|
|
|
|
{{item.descr}} |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|