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
郭成尧
8 years ago
Commit
a6ae6410ba57299ba92dd24ec2bc96fbf4e1dd65
1 parent
e9feeb1e
rich-tip-add
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
static/img/sprite.me.png
static/js/me/pay.js
template/m.yohobuy.com/actions/index/home/pay.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
static/img/sprite.me.png
View file @
a6ae641
569 Bytes
|
W:
|
H:
19.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
static/js/me/pay.js
View file @
a6ae641
...
...
@@ -224,4 +224,4 @@ $('.box').on('touchstart', function() {
})
},
true
);
}
})
})
;
...
...
template/m.yohobuy.com/actions/index/home/pay.phtml
View file @
a6ae641
...
...
@@ -33,6 +33,7 @@
</div>
<div
class=
"loading-toast hide"
></div>
</div>
{
{>
plugin/rich_tip
}
}
<input
type=
"hidden"
class=
"order-code"
value=
"{{orderCode}}"
>
<input
type=
"hidden"
class=
"order-total"
value=
"{{orderTotal}}"
>
<script>_ozprm=
"orderid={{orderCode}}&ordertotal={{orderTotal}}"
;</script>
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
a6ae641
...
...
@@ -968,7 +968,7 @@ class HomeController extends AbstractAction
$this
->
auditJumpLogin
();
$this
->
setTitle
(
'支付中心'
);
$this
->
setNavHeader
(
'支付中心'
,
'javascript(0);'
,
''
);
$this
->
setNavHeader
(
'支付中心'
,
'javascript
:void
(0);'
,
''
);
$orderCode
=
$this
->
get
(
'order_code'
);
if
(
empty
(
$orderCode
))
{
...
...
Please
register
or
login
to post a comment