From b407aaa7ea8cc7b05b60084e029718d9c4b93f47 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Fri, 13 Sep 2024 12:04:33 +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