Your Name 3 năm trước cách đây
mục cha
commit
8f85608fe8
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      tool/work/assets/pc/html/email.html
  2. 1 1
      tool/work/lib/Manage.php

+ 2 - 2
tool/work/assets/pc/html/email.html

@@ -103,7 +103,7 @@ p {
 li{
     background-color: #f8f8f8;
     width: 150px;
-    list-style-type: none;
+    list-style: none;
     /*font-size: 15px;*/
     /*height: 100px;*/
 }
@@ -132,7 +132,7 @@ th{
 <body>
   <div class="zong">
     <div class="container" id="nav">
-        <ul>
+        <ul style="list-style:none;">
             <li>
                 <p><{$info['app']}></p>
                 <h3>部门相关</h3>

+ 1 - 1
tool/work/lib/Manage.php

@@ -172,7 +172,7 @@ Class Manage
         			} else {
         				$passport = Dever::db('passport/user')->find(array('mobile'=>$value));
         				if ($passport) {
-        					$name = $passport['name'];
+        					$name = $passport['username'];
         					$type = '小程序';
         				} else {
         					$type = '无系统关联关系';