|
|
@ -188,7 +188,8 @@ |
|
|
|
<view class="item">您常住的社区{{tipData.liveStreetName?tipData.liveStreetName:'--'}} - {{tipData.liveCommunity?tipData.liveCommunity:'--'}}</view> |
|
|
|
<view class="item"><view>街道名称</view> <view>{{tipData.liveStreetName?tipData.liveStreetName:'--'}}</view></view> |
|
|
|
<view class="item"><view>社区名称</view> <view>{{tipData.liveCommunity?tipData.liveCommunity:'--'}}</view></view> |
|
|
|
<view class="item"><view>办公地址</view> <view><text bind:tap="naviLiveAddress">{{tipData.liveAddress?tipData.liveAddress:'--'}}</text></view></view> |
|
|
|
<view class="item"><view>办公地址</view> <view><text>{{tipData.liveAddress?tipData.liveAddress:'--'}}</text></view></view> |
|
|
|
<!-- <view class="item"><view>办公地址</view> <view><text bind:tap="naviLiveAddress">{{tipData.liveAddress?tipData.liveAddress:'--'}}</text></view></view> --> |
|
|
|
<view class="item"><view>办公电话</view> <view><text bind:tap="callLiveTelephone">{{tipData.liveTelephone?tipData.liveTelephone:'--'}}</text></view></view> |
|
|
|
<view class="item"><view>书记主任</view> <view>{{tipData.liveSecretaryName?tipData.liveSecretaryName:'--'}}</view></view> |
|
|
|
<view class="item"><view>手机</view> <view><text bind:tap="callLiveMobile">{{tipData.liveMobile?tipData.liveMobile:'--'}}</text></view></view> |
|
|
@ -197,19 +198,20 @@ |
|
|
|
<view class="item">您单位包联的社区{{tipData.couplingStreetName?tipData.couplingStreetName:'--'}} - {{tipData.couplingCommunity?tipData.couplingCommunity:'--'}}</view> |
|
|
|
<view class="item"><view>街道名称</view> <view>{{tipData.couplingStreetName?tipData.couplingStreetName:'--'}}</view></view> |
|
|
|
<view class="item"><view>社区名称</view> <view>{{tipData.couplingCommunity?tipData.couplingCommunity:'--'}}</view></view> |
|
|
|
<view class="item"><view>办公地址</view> <view><text bind:tap="naviCouplingAddress">{{tipData.couplingAddress?tipData.couplingAddress:'--'}}</text></view></view> |
|
|
|
<view class="item"><view>办公地址</view> <view><text>{{tipData.couplingAddress?tipData.couplingAddress:'--'}}</text></view></view> |
|
|
|
<!-- <view class="item"><view>办公地址</view> <view><text bind:tap="naviCouplingAddress">{{tipData.couplingAddress?tipData.couplingAddress:'--'}}</text></view></view> --> |
|
|
|
<view class="item"><view>办公电话</view> <view><text bind:tap="callCouplingelephone">{{tipData.couplingelephone?tipData.couplingelephone:'--'}}</text></view></view> |
|
|
|
<view class="item"><view>书记主任</view> <view>{{tipData.couplingSecretaryName?tipData.couplingSecretaryName:'--'}}</view></view> |
|
|
|
<view class="item"><view>手机</view> <view><text bind:tap="callCouplingMobile">{{tipData.couplingMobile?tipData.couplingMobile:'--'}}</text></view></view> |
|
|
|
</view> |
|
|
|
<map style="width:100rpx;height:100rpx;display:none" id="map"></map> |
|
|
|
<view class="buttom_btn" style=" width: 94%;"> |
|
|
|
<button type="warn" plain="true" class="back" bind:tap="handleBack" style="padding-left: 10rpx;">返回</button> |
|
|
|
<button type="warn" class="next" bind:tap="handleEdit" style="width: 43%;">修改报道信息</button> |
|
|
|
<button type="warn" plain="true" class="back" bind:tap="handleBack" style="padding-left: 10rpx;">返回首页</button> |
|
|
|
<button type="warn" class="next" bind:tap="handleEdit" style="width: 43%;">修改报到信息</button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="buttom_btn" wx:if="{{!submitStatus}}"> |
|
|
|
<button type="warn" plain="true" class="back" bind:tap="handleBack">返回</button> |
|
|
|
<button type="warn" plain="true" class="back" bind:tap="handleBack">返回首页</button> |
|
|
|
<button type="warn" class="next" disabled="{{look}}" bind:tap="submit">我要报到</button> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|