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
Plain Diff
Browse Files
Authored by
郭成尧
2016-12-09 15:50:00 +0800
Commit
0f7e68ad9bdf150aced02142fe84cab3c8ccf391
2 parents
d7404dfa
39c579ca
Merge branch 'feature/ordrEnsurOptmz' into release/5.3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/js/me/pay.js
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
static/js/me/pay.js
View file @
0f7e68a
...
...
@@ -28,7 +28,7 @@ $('.nav-back').on('touchend', function() {
[
'订单需要在2小时之内完成,'
,
'放弃商品会被抢光哦!'
],
[
{
href
:
'
/home/orderdetail?order_code='
+
theOrderCode
,
href
:
'
javascript:history.go(-1);'
,
text
:
'放弃'
,
class
:
''
},
...
...
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
0f7e68a
...
...
@@ -840,7 +840,7 @@ class CartModel
$result['buttons']
= array(
array(
'href' => Helpers::url('/cart/index'),
'href' => Helpers::url('/cart/index
/index
'),
'text' => '重新选择商品',
),
array(
...
...
Please
register
or
login
to post a comment