Jelajahi Sumber

协议加粗

lizhen_gitee 10 bulan lalu
induk
melakukan
96bed9ed3a

+ 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,