瀏覽代碼

协议加粗

lizhen_gitee 10 月之前
父節點
當前提交
96bed9ed3a
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      application/api/controller/Userfollow.php
  2. 2 2
      application/index/view/index/basedata.html

+ 1 - 1
application/api/controller/Userfollow.php

@@ -89,7 +89,7 @@ class Userfollow extends Api
             ->join('user ou'        ,'ui.other_uid = ou.id','LEFT')
 //            ->join('user_active oua','ui.other_uid = oua.user_id','LEFT')
             ->where('(ui.uid = '.$this->auth->id.') or (ui.other_uid = '.$this->auth->id.')')
-            ->where('ui.value','gt','0.1')
+            ->where('ui.value','gt','1')
             ->order('ui.value desc, ui.id desc')->select();
 //        dump($intimacy);
 

+ 2 - 2
application/index/view/index/basedata.html

@@ -10,8 +10,8 @@
         h1, h2, h3, h4, h5, h6, p, blockquote, pre,
         a, abbr, acronym, address, big, cite, code,
         del, dfn, em, img, ins, kbd, q, s, samp,
-        small, strike, strong, sub, sup, tt, var,
-        b, u, i, center,
+        small, strike,  sub, sup, tt, var,
+         u, i, center,
         dl, dt, dd, ol, ul, li,
         fieldset, form, label, legend,
         table, caption, tbody, tfoot, thead, tr, th, td,