forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-13 aa117c3b45b0a7770185fceb4d9efefd9642b054
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>