forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-13 6613c11627b5e0be1629f3784acf0245a8040ea1
gz-wxparty/pages/myRegisterList/index.wxml
@@ -1,6 +1,6 @@
<!--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>
@@ -71,6 +71,10 @@
      </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>