作者 anyv
1 个管道 的构建 通过 耗费 3 秒

4

... ... @@ -2070,7 +2070,9 @@ cursor: pointer;
.log_ten_list_one_left img {
width: 100%;
cursor: pointer;
height: 100%
height: 100%;
width: 1.28rem;
height: 1.28rem;
}
.log_ten_list_one_center {
... ... @@ -2112,7 +2114,7 @@ cursor: pointer;
}
.log_ten_list_one_right {
margin-left: 1.2rem;
margin-left: 0.6rem;
cursor: pointer;
}
... ...
... ... @@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController
*/
public function checkWeChatUserLogin()
{
/* $user = Db::name('user')->where('id',2)->find();
/*$user = Db::name('user')->where('id',2)->find();
cmf_update_current_user($user);*/
$userId = cmf_get_current_user_id();
if (empty($userId)) {
... ...