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
hf
2015-12-24 00:25:30 +0800
Commit
14ef5337beddfae1beab89f5b70288d64c3fbdf1
1 parent
682dd171
do add union code and fixes bug to weixin pay
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
template/m.yohobuy.com/actions/index/home/pay.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
template/m.yohobuy.com/actions/index/home/pay.phtml
View file @
14ef533
...
...
@@ -32,8 +32,5 @@
{
{/
payAppInfo
}
}
</div>
</div>
{
{#if
oldWeixinAuthUrl
}
}
<iframe
height=
"0"
width=
"0"
src=
"{{oldWeixinAuthUrl}}"
style=
"display:none"
></iframe>
{
{/if
}
}
{
{>
layout/footer
}
}
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
14ef533
...
...
@@ -803,7 +803,7 @@ class HomeController extends AbstractAction
),
1
=>
array
(
'appIcon'
=>
''
,
'payLink'
=>
''
,
'payLink'
=>
Helpers
::
url
(
'/shopping/pay/wechatwapdialog'
,
array
(
'order_code'
=>
$orderCode
))
,
'appId'
=>
'weixin'
,
'app'
=>
'微信支付'
,
'hint'
=>
'推荐使用'
,
...
...
Please
register
or
login
to post a comment