1234567891011121314151617181920 |
- <?php
- /**
- * Created by PhpStorm.
- * User: xiaofeng
- * Date: 2018/4/26
- * Time: 上午11:11
- */
- use frontend\assets\AppAsset;
- use yii\widgets\LinkPager;
- $this->title = '资质荣誉';
- ?>
- <div class="y_puicnav_top puic_wid">
- <a href="/">首页</a> > <a href="javascript:;">资质荣誉</a>
- </div>
- <div style="height:30px;"></div>
- <div class="puic_wid">
- <?= $model['aptitude'] ?>
- </div>
|