Commit 60fc93ce by 张恒

j

parent d6da04e2
...@@ -10,8 +10,8 @@ use Think\Log; ...@@ -10,8 +10,8 @@ use Think\Log;
class IndexController extends Controller class IndexController extends Controller
{ {
private $auth_type = OAuthHelperV3::SCOPE_BASE; // private $auth_type = OAuthHelperV3::SCOPE_BASE;
// private $auth_type = OAuthHelperV3::SCOPE_USERINFO; private $auth_type = OAuthHelperV3::SCOPE_USERINFO;
private $cookie_uid_key = 'mtime-laopao-v1'; private $cookie_uid_key = 'mtime-laopao-v1';
private $debug = 1; private $debug = 1;
private $today; private $today;
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
<th width="20%">名字</th> <th width="20%">名字</th>
<th width="20%">地区</th> <th width="20%">地区</th>
<th width="20%">头像</th> <th width="20%">头像</th>
<th width="20%">渠道</th>
<th width="20%">时间</th> <th width="20%">时间</th>
</tr> </tr>
</thead> </thead>
...@@ -40,6 +41,9 @@ ...@@ -40,6 +41,9 @@
<img src="{:$item.headimgurl}" style="width: 100px;height: 100px"> <img src="{:$item.headimgurl}" style="width: 100px;height: 100px">
</td> </td>
<td class="vertical-mid js-photo-size"> <td class="vertical-mid js-photo-size">
<img src="{:$item.channel}" style="width: 100px;height: 100px">
</td>
<td class="vertical-mid js-photo-size">
{:$item.take_time|date_format:'m-d H:i:s'} {:$item.take_time|date_format:'m-d H:i:s'}
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment