Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hongweigao
2017-02-28 14:20:27 +0800
Commit
413e894fe3061c78a4e3d8189807a55bc35f6d38
1 parent
4cddba4e
yoho币引入common
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/currency.page.js
public/js/home/currency.page.js
View file @
413e894
...
...
@@ -3,9 +3,9 @@
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2016/3/22
*/
var
$
=
require
(
'yoho-jquery'
);
require
(
'../common'
);
$
(
'.filter-select'
).
change
(
function
()
{
location
.
href
=
$
(
this
).
val
();
});
...
...
Please
register
or
login
to post a comment