From f693c859cdaf607c2a146ef89a7a2ce0d9476d1a Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 07 四月 2023 15:49:09 +0800
Subject: [PATCH] 修改首页

---
 miniprogram/pages/user/index.wxml |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/miniprogram/pages/user/index.wxml b/miniprogram/pages/user/index.wxml
index 6a8b8cd..5d6df01 100644
--- a/miniprogram/pages/user/index.wxml
+++ b/miniprogram/pages/user/index.wxml
@@ -5,21 +5,32 @@
         <!-- <text class="font-name">闈掗槼缁忎睛</text> -->
     </view>
     <view class="box-title">
-        <view class="box1" bindtap="getGroup">
+   
+        <!-- <view class="box1" bindtap="getGroup">
             <image class="icon" src="../icon/16_jinhuodl.png"></image>
             <text class="font-wenzi">缇ょ粍鑱婂ぉ</text>
         </view>
         <view class="box1" bindtap="getPublicty">
             <image class="icon" src="../icon/25_zhanghumx.png"></image>
             <text class="font-wenzi">鍏叡瀹d紶</text>
-        </view>
-        <view class="box1" bindtap="getReport">
+        </view> -->
+        <!-- <view class="box1" bindtap="getReport">
             <image class="icon" src="../icon/9_baoanguangli.png"></image>
-            <text class="font-wenzi">鎴戣鎶ユ</text>
-        </view>
-        <view class="box1" bindtap="getAudi">
+            <text class="font-wenzi">鍙楁崯浜哄憳</text>
+            <text class="font-wenzi">淇℃伅鐧昏</text>
+        </view> -->
+        <!-- <view class="box1" bindtap="getAudi">
             <image class="icon" src="../icon/3_xiaji.png"></image>
             <text class="font-wenzi">涓汉涓績</text>
+        </view> -->
+        <view class="box2" bindtap="getReport">
+             <text class="font-wenzi">鍙楁崯浜哄憳淇℃伅鐧昏</text>
+        </view>
+        <view wx:if="{{role==1}}" class="box2 box3" bindtap="toDetailedInformation">
+             <text class="font-wenzi">鎶ユ璇︽儏</text>
+        </view>
+        <view wx:if="{{role==1}}" class="box2" bindtap="toManage">
+             <text class="font-wenzi">妗堜欢绠$悊</text>
         </view>
     </view>
     <!-- <view class="container3">

--
Gitblit v1.8.0