From 95441c75615bd30ff473b27c9f57c561fd37fff3 Mon Sep 17 00:00:00 2001
From: mahuan@syspetro.com <mahuan@syspetro.com>
Date: 星期四, 19 五月 2022 14:21:20 +0800
Subject: [PATCH] 最新代码存档
---
GoldC/pages/problemList/problemList.wxml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/GoldC/pages/problemList/problemList.wxml b/GoldC/pages/problemList/problemList.wxml
index 95463e7..c46801e 100644
--- a/GoldC/pages/problemList/problemList.wxml
+++ b/GoldC/pages/problemList/problemList.wxml
@@ -78,16 +78,16 @@
<text>娲惧崟</text>
</view>
</view>
- <view wx:if="{{ role == 6 }}" class="libtn">
+ <view wx:if="{{ role == 3 }}" class="libtn">
<!-- 杞彂涓灑 -->
- <view class="btn btn-adit" bindtap="paiDan" data-id="{{item.pk_Examine}}" style="background-color: purple;">
+ <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 class="btn btn-adit" bindtap="paiDan" data-id="{{item.pk_Examine}}" style="background-color: purple;">
+ <!-- 涓灑閫�鍥� -->
+ <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"/>
<text>涓灑閫�鍥�</text>
</view>
--
Gitblit v1.8.0