Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
e48a4341d19340960eb69ef7e70c0dce314d8431
1 parent
623186db
外部连接去除https
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
assets/error.html
library/WebPlugin/Partner/alipay/class/AlipayNotify.class.php
template/huodong.m.yohobuy.com/actions/cuxiao/christmas/index-3.phtml
template/m.yohobuy.com/partials/layout/download_app.phtml
assets/error.html
View file @
e48a434
...
...
@@ -90,7 +90,7 @@
<i
class=
"close-icon iconfont"
>

</i>
<div
class=
"circle-rightbottom"
></div>
</a>
<a
href=
"//a.app.qq.com/o/simple.jsp?pkgname=com.yoho"
id=
"float-layer-btn"
>
<a
href=
"
http:
//a.app.qq.com/o/simple.jsp?pkgname=com.yoho"
id=
"float-layer-btn"
>
立即下载
</a>
</div>
...
...
library/WebPlugin/Partner/alipay/class/AlipayNotify.class.php
View file @
e48a434
...
...
@@ -19,7 +19,7 @@ class AlipayNotify {
/**
* HTTP形式消息验证地址
*/
var
$http_verify_url
=
'//notify.alipay.com/trade/notify_query.do?'
;
var
$http_verify_url
=
'
http:
//notify.alipay.com/trade/notify_query.do?'
;
/**
* 支付宝配置
*/
...
...
template/huodong.m.yohobuy.com/actions/cuxiao/christmas/index-3.phtml
View file @
e48a434
...
...
@@ -46,8 +46,8 @@
</a>
</div>
<div
class=
"bottom-btn"
>
<a
class=
"follow-yoho"
href=
"//mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&mid=201849402&idx=1&sn=c0089812f9769d82e0075f69d771f6e1#rd"
></a>
<a
class=
"download-yoho"
href=
"//a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445"
></a>
<a
class=
"follow-yoho"
href=
"http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&mid=201849402&idx=1&sn=c0089812f9769d82e0075f69d771f6e1#rd"
></a>
<a
class=
"download-yoho"
href=
"http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445"
></a>
</div>
</div>
...
...
@@ -103,7 +103,7 @@
});
</script>
{{#if weixinShare}}
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"//res.wx.qq.com/open/js/jweixin-1.0.0.js"
></script>
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"
http:
//res.wx.qq.com/open/js/jweixin-1.0.0.js"
></script>
<script
type=
"text/javascript"
charset=
"utf-8"
src=
"{{jsUrl}}/cuxiao/js/share.weixin.js"
></script>
{{/if}}
{{> layout/analysis}}
...
...
template/m.yohobuy.com/partials/layout/download_app.phtml
View file @
e48a434
...
...
@@ -8,7 +8,7 @@
<i
class=
"close-icon iconfont"
>
623
;</i>
<div
class=
"circle-rightbottom"
></div>
</a>
<a
href=
"//a.app.qq.com/o/simple.jsp?pkgname=com.yoho"
id=
"float-layer-btn"
>
<a
href=
"
http:
//a.app.qq.com/o/simple.jsp?pkgname=com.yoho"
id=
"float-layer-btn"
>
立即下载
</a>
</div>
...
...
Please
register
or
login
to post a comment