Showing
1 changed file
with
1 additions
and
1 deletions
@@ -3,9 +3,9 @@ | @@ -3,9 +3,9 @@ | ||
3 | * @author: xuqi<qi.xu@yoho.cn> | 3 | * @author: xuqi<qi.xu@yoho.cn> |
4 | * @date: 2016/3/22 | 4 | * @date: 2016/3/22 |
5 | */ | 5 | */ |
6 | - | ||
7 | var $ = require('yoho-jquery'); | 6 | var $ = require('yoho-jquery'); |
8 | 7 | ||
8 | +require('../common'); | ||
9 | $('.filter-select').change(function() { | 9 | $('.filter-select').change(function() { |
10 | location.href = $(this).val(); | 10 | location.href = $(this).val(); |
11 | }); | 11 | }); |
-
Please register or login to post a comment