12345678910111213141516171819202122 |
- <?php
- use mobile\assets\AppAsset;
- use yii\helpers\Url;
- // AppAsset::addCss($this, Yii::$app->request->baseUrl . "/overseas/css/lpindex.css");
- AppAsset::addScript($this, Yii::$app->request->baseUrl . '/js/lpindex/zhongqu.js');
- // AppAsset::addScript($this, Yii::$app->request->baseUrl . "/js/applyVerify.min.js");
- $this->title = '易购房-VR详情';
- ?>
- <style>
- .foot-height,.stern,.gongsijianjie,.footer_copy,.foot-height,.wh,.y_puicfoot {display:none;}
- #cnzz_stat_icon_1274671797 {display:none;}
- iframe {border-width: 0;}
- </style>
- <!-- 导航 -->
- <?php $this->beginContent('@app/views/public/nav.php'); ?>
- <?php $this->endContent(); ?>
- <div class="wbox">
- <iframe class="wbox_iframe" src="<?=$url?>"></iframe>
- </div>
|