18016688350 il y a 4 ans
Parent
commit
5e221a5e62
1 fichiers modifiés avec 9 ajouts et 8 suppressions
  1. 9 8
      pages/index/index.wxml

+ 9 - 8
pages/index/index.wxml

@@ -132,14 +132,15 @@
 
    
     <view wx:if="{{isLogin}}">
-    <!-- <view wx:if="{{userInfo.mgvmRole==0||userInfo.mgvmRole==3}}"> -->
-      <view class="margin-xs padding radius shadow-warp common-list-row" bindtap="toRouter" data-url="/pages/agent/index">
-        <view style="width:100%;">
-          <view class="padding-bottom-sm common-name">代理管理</view>
-          <view class="common-name-ex">查看代理信息</view>
-        </view>
-        <view class="common-img">
-          <image src="../../static/images/my/ico_operation@3x.png"></image>
+      <view wx:if="{{userInfo.mgvmRole==0||userInfo.mgvmRole==3}}">
+        <view class="margin-xs padding radius shadow-warp common-list-row" bindtap="toRouter" data-url="/pages/agent/index">
+          <view style="width:100%;">
+            <view class="padding-bottom-sm common-name">代理管理</view>
+            <view class="common-name-ex">查看代理信息</view>
+          </view>
+          <view class="common-img">
+            <image src="../../static/images/my/ico_operation@3x.png"></image>
+          </view>
         </view>
       </view>
     </view>