...
|
...
|
@@ -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();
|
|
|
}
|
|
|
}
|
...
|
...
|
|