作者 jinglong
1 个管道 的构建 通过 耗费 0 秒

调式分享

... ... @@ -159,7 +159,6 @@
<script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script>
<script src="__TMPL__/public/assets/js/swiper.min.js"></script>
<script src="__TMPL__/public/assets/js/public.js"></script>
<script src="http://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
<script>
$('.navImg1 img').click(function() {
if ($(this).attr('src') == "__TMPL__/public/assets/images/xx.png") {
... ...
... ... @@ -52,7 +52,7 @@ class HomeBaseController extends BaseController
$cmfDefaultTheme = cmf_get_current_theme();
//域名后面相对路径
$url = $_SERVER['REQUEST_URI'];
if($cmfDefaultTheme == 'simpleboot3_mobile' && strpos($url,'Detail')!==false){
if($cmfDefaultTheme == 'simpleboot3_mobile' && (strpos($url,'Detail')!==false || strpos($url,'getMoreVideo')!==false)){
$this->wxShare();
}
}
... ...