| | |
| | | <!--pages/myRegisterList/index.wxml--> |
| | | <view class="three-tag"> |
| | | <van-tabs bind:click="threeTagChange" active="{{search.personType}}"> |
| | | <van-tabs animated bind:click="threeTagChange" active="{{search.personType}}"> |
| | | <van-tab title="我是申请方" name="1"></van-tab> |
| | | <van-tab title="我是被申请方" name="2"></van-tab> |
| | | </van-tabs> |
| | |
| | | </view> |
| | | <view class="list-detail-r">查看</view> |
| | | </view> |
| | | <view wx:if="{{item.processStatus>2&&item.isEvaluate==='0'}}" class="list-border"></view> |
| | | <view wx:if="{{item.processStatus>2&&item.isEvaluate==='0'}}" style="margin: 24rpx 0;"> |
| | | <van-button bind:click="evaluate" block data-id="{{item.id}}" type="primary">去评价</van-button> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |