From 04283fafb8216c26d705db21cb0f31a28a5cc68c Mon Sep 17 00:00:00 2001
From: leo <182004222@qq.com>
Date: 星期四, 19 五月 2022 21:54:56 +0800
Subject: [PATCH] 增加派单流程20220519FX

---
 GoldC/pages/problemList/problemList.wxml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/GoldC/pages/problemList/problemList.wxml b/GoldC/pages/problemList/problemList.wxml
index c46801e..d9f555e 100644
--- a/GoldC/pages/problemList/problemList.wxml
+++ b/GoldC/pages/problemList/problemList.wxml
@@ -78,14 +78,14 @@
                             <text>娲惧崟</text>
                         </view>
                     </view>
-                    <view wx:if="{{ role == 3 }}" class="libtn">
+                    <view wx:if="{{ role == 3 && item.ShowExchangeSend}}" class="libtn">
                         <!-- 杞彂涓灑 -->
                         <view class="btn btn-adit" bindtap="zhuanFa" data-id="{{item.pk_Examine}}" data-tag="3" style="background-color: purple;">
                             <van-icon name="edit" class="icon"/>
                             <text>杞彂涓灑</text>
                         </view>
                     </view>
-                    <view wx:if="{{ role == 13 }}" class="libtn">
+                    <view wx:if="{{ role == 13 && item.ShowExchangeBack }}" class="libtn">
                         <!-- 涓灑閫�鍥� -->
                         <view class="btn btn-adit" bindtap="zhuanFa" data-id="{{item.pk_Examine}}" data-tag="4" style="background-color: purple;">
                             <van-icon name="edit" class="icon"/>

--
Gitblit v1.8.0