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
Email Patches
Plain Diff
Browse Files
Authored by
李靖
2017-07-03 20:23:17 +0800
Commit
cf934a9379f09c7f3052bcddb55a517bf3413006
1 parent
55af3bd4
初始化有货币
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 @
cf934a9
...
...
@@ -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