Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王洪广
9 years ago
Commit
f1d1a36a858b065c2f93a310fb505a21246ed870
1 parent
1eba213f
修改app下载链接
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
assets/error.html
static/js/index/footer.js
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
assets/error.html
View file @
f1d1a36
...
...
@@ -90,7 +90,7 @@
<i
class=
"close-icon iconfont"
>

</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>
...
...
static/js/index/footer.js
View file @
f1d1a36
...
...
@@ -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
()
{
...
...
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
View file @
f1d1a36
...
...
@@ -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://'
)),
...
...
Please
register
or
login
to post a comment