community-detail.wxml 3.4 KB

1
  1. <app-layout vue-id="afe65b04-1" class="data-v-1630c0f0" bind:__l="__l" vue-slots="{{['default']}}"><view class="info data-v-1630c0f0"><image class="avatar data-v-1630c0f0" src="{{detail.avatar}}"></image><view class="dir-left-nowrap form-item data-v-1630c0f0"><view class="label data-v-1630c0f0">姓名</view><view class="item-content data-v-1630c0f0">{{detail.nickname}}</view></view><view class="dir-left-nowrap form-item data-v-1630c0f0"><view class="label data-v-1630c0f0">手机号</view><view class="item-content t-omit data-v-1630c0f0">{{detail.mobile}}</view></view><view class="dir-left-nowrap form-item data-v-1630c0f0"><view class="label data-v-1630c0f0">所在地区</view><block wx:if="{{detail.user_id>0}}"><view class="item-content data-v-1630c0f0">{{detail.province+detail.city+detail.district+detail.location}}</view></block></view><view class="dir-left-nowrap form-item data-v-1630c0f0"><view class="label data-v-1630c0f0">提货地址</view><view class="item-content data-v-1630c0f0">{{detail.detail}}</view></view></view><view class="button dir-left-nowrap main-between data-v-1630c0f0"><view data-event-opts="{{[['tap',[['refuse',['$event']]]]]}}" class="fail data-v-1630c0f0" bindtap="__e">拒绝</view><view data-event-opts="{{[['tap',[['by',['$event']]]]]}}" class="by data-v-1630c0f0" bindtap="__e">通过</view></view><block wx:if="{{model}}"><view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" class="model data-v-1630c0f0" catchtouchmove="__e"><block wx:if="{{modelType===1}}"><view class="refuse data-v-1630c0f0"><view class="top data-v-1630c0f0">{{type>2?'拒绝申请':'不通过申请'}}</view><view class="content data-v-1630c0f0"><textarea class="textarea data-v-1630c0f0" placeholder="请填写拒绝理由" data-event-opts="{{[['input',[['__set_model',['','reasonRefusal','$event',[]]]]]]}}" value="{{reasonRefusal}}" bindinput="__e"></textarea></view><view class="buttons dir-left-nowrap cross-center data-v-1630c0f0"><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="but cancel data-v-1630c0f0" bindtap="__e"><app-form-id vue-id="{{('afe65b04-2')+','+('afe65b04-1')}}" class="data-v-1630c0f0" bind:__l="__l" vue-slots="{{['default']}}">取消</app-form-id></view><view class="line data-v-1630c0f0"></view><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="but confirm data-v-1630c0f0" bindtap="__e"><app-form-id vue-id="{{('afe65b04-3')+','+('afe65b04-1')}}" class="data-v-1630c0f0" bind:__l="__l" vue-slots="{{['default']}}">确认</app-form-id></view></view></view></block><block wx:if="{{modelType===2}}"><view class="by data-v-1630c0f0"><view class="top data-v-1630c0f0">通过申请</view><view class="content data-v-1630c0f0">是否确认通过申请</view><view class="buttons dir-left-nowrap cross-center data-v-1630c0f0"><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="but cancel data-v-1630c0f0" bindtap="__e"><app-form-id vue-id="{{('afe65b04-4')+','+('afe65b04-1')}}" class="data-v-1630c0f0" bind:__l="__l" vue-slots="{{['default']}}">取消</app-form-id></view><view class="line data-v-1630c0f0"></view><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="but confirm data-v-1630c0f0" bindtap="__e"><app-form-id vue-id="{{('afe65b04-5')+','+('afe65b04-1')}}" class="data-v-1630c0f0" bind:__l="__l" vue-slots="{{['default']}}">确认</app-form-id></view></view></view></block></view></block></app-layout>