Authored by hongweigao

yoho币引入common

@@ -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 });