From 6613c11627b5e0be1629f3784acf0245a8040ea1 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Fri, 13 Sep 2024 09:35:46 +0800 Subject: [PATCH] 提交 --- gz-wxparty/pages/myRegisterList/index.wxml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/gz-wxparty/pages/myRegisterList/index.wxml b/gz-wxparty/pages/myRegisterList/index.wxml index 84c756c..c847a4d 100644 --- a/gz-wxparty/pages/myRegisterList/index.wxml +++ b/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> -- Gitblit v1.8.0