Authored by 王洪广

修改app下载链接

... ... @@ -90,7 +90,7 @@
<i class="close-icon iconfont">&#xe623;</i>
<div class="circle-rightbottom"></div>
</a>
<a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho" id="float-layer-btn">
<a href="http://www.yohoshow.com/about/index/yohobuyqr/" id="float-layer-btn">
立即下载
</a>
</div>
... ...
... ... @@ -25,7 +25,7 @@ function getQueryString(name) {
}
function downLoadApp() {
var appUrl = 'http://union.yoho.cn/union/downapp.html';
var appUrl = 'http://www.yohoshow.com/about/index/yohobuyqr/';
var clickedAt = new Date();
setTimeout(function() {
... ...
... ... @@ -307,7 +307,7 @@ class DetailController extends AbstractAction
$this->error();
}
// APP下载链接地址
$data['appSrc'] = 'http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho';
$data['appSrc'] = 'http://www.yohoshow.com/about/index/yohobuyqr/';
$data['wxshare'] = array(
'shareLink' => Helpers::url('/product/detail/limit', array('code' => $productCode), 'default'),
'shareImg' => strtr($data['banner'], array('//' => 'http://')),
... ...