Authored by hongweigao

yoho币引入common

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