Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
李靖
8 years ago
Commit
291c47c4e39fa9f8fa509feee14222c8bdfb51a0
2 parents
425e28f3
cf934a93
Merge branch 'feature/ticketRecode' into 'release/5.9'
初始化有货币 See merge request
!705
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/js/cart/order-ensure.js
public/js/cart/order-ensure.js
View file @
291c47c
...
...
@@ -39,6 +39,9 @@ require('common');
lazyLoad
();
// 初始化有货币
orderInfo
(
'yohoCoin'
,
0
);
function
getQueryParam
()
{
let
queryArray
=
location
.
search
.
substr
(
1
).
split
(
'&'
),
i
,
...
...
Please
register
or
login
to post a comment