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