Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Rock Zhang
2016-01-14 14:42:16 +0800
Commit
d7d3ae19cfaa3b7182079c14063b0fc32b21ba1b
1 parent
b783bc48
修复结算页面默认选择顺丰快递然后再使用有货币时快递费计算错误的bug
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/order-info.js
static/js/cart/order-info.js
View file @
d7d3ae1
...
...
@@ -11,7 +11,7 @@ require('../common');
function
init
()
{
info
=
{
uid
:
window
.
getUid
(),
deliveryId
:
1
,
deliveryId
:
$
(
'.dispatch-mode .chosed'
).
data
(
'id'
)
||
1
,
deliveryTimeId
:
1
,
paymentTypeId
:
1
,
yohoCoin
:
$
(
'.coin'
).
data
(
'yoho-coin'
)
||
0
,
...
...
Please
register
or
login
to post a comment