Blame view

app-wx/modules/user/controllers/DefaultController.php 484 Bytes
62d73041   xu   app-wx
1
2
<?php

ab931159   xu   app-wx(v0.1.0 bui...
3
namespace app\wx\modules\user\controllers;
62d73041   xu   app-wx
4

3a892ee0   xu   app-wx(v0.1.0 bui...
5
use common\helpers\ImageManager;
62d73041   xu   app-wx
6
use common\models\EngineerProfile;
3a892ee0   xu   app-wx(v0.1.0 bui...
7
use domain\toutiao\TtDefaultImageRepository;
62d73041   xu   app-wx
8
9
10
11
12
13
14
15
16
17
18
19
20
use domain\toutiao\TtNewsImageRepository;
use domain\toutiao\TtNewsRepository;
use domain\toutiao\TtType;
use Yii;
use stdClass;

/**
 * 控制器
 */
class DefaultController extends BaseController
{

    /**
3a892ee0   xu   app-wx(v0.1.0 bui...
21
22
     * 首页
     */
62d73041   xu   app-wx
23
    public function actionIndex()
cf6f0119   xu   app-wx(v0.1.0 bui...
24
25
26
27
28
29
    {
        return $this->render('index');
    }


} 
1de3211f   xu   app-wx(v0.1.0 bui...

cf6f0119   xu   app-wx(v0.1.0 bui...

1de3211f   xu   app-wx(v0.1.0 bui...

cf6f0119   xu   app-wx(v0.1.0 bui...

1de3211f   xu   app-wx(v0.1.0 bui...

cf6f0119   xu   app-wx(v0.1.0 bui...

1de3211f   xu   app-wx(v0.1.0 bui...

cf6f0119   xu   app-wx(v0.1.0 bui...

1de3211f   xu   app-wx(v0.1.0 bui...

cf6f0119   xu   app-wx(v0.1.0 bui...

3a892ee0   xu   app-wx(v0.1.0 bui...

cf6f0119   xu   app-wx(v0.1.0 bui...

1de3211f   xu   app-wx(v0.1.0 bui...

cf6f0119   xu   app-wx(v0.1.0 bui...

1de3211f   xu   app-wx(v0.1.0 bui...

62d73041   xu   app-wx