正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
81 | text-align: center; | 81 | text-align: center; |
82 | } | 82 | } |
83 | .sum_title { | 83 | .sum_title { |
84 | - font-size: 0.03rem; | 84 | + font-size: 0.27rem; |
85 | font-weight: 400; | 85 | font-weight: 400; |
86 | line-height: 0.36rem; | 86 | line-height: 0.36rem; |
87 | color: rgba(51, 51, 51, 1); | 87 | color: rgba(51, 51, 51, 1); |
@@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController | @@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController | ||
204 | */ | 204 | */ |
205 | public function checkWeChatUserLogin() | 205 | public function checkWeChatUserLogin() |
206 | { | 206 | { |
207 | - /*$user = Db::name('user')->where('id',7)->find(); | 207 | + /*$user = Db::name('user')->where('id',6)->find(); |
208 | cmf_update_current_user($user);*/ | 208 | cmf_update_current_user($user);*/ |
209 | $userId = cmf_get_current_user_id(); | 209 | $userId = cmf_get_current_user_id(); |
210 | if (empty($userId)) { | 210 | if (empty($userId)) { |
-
请 注册 或 登录 后发表评论