• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • web-static
  • js
  • home
  • currency.js
  • replace yoho币
    8d3198ce
    by 刘传洋
    2016-08-25 12:05:30 +0800  
    Browse Files
currency.js 201 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
/**
 * 我的有货币
 * @author: xuqi<qi.xu@yoho.cn>
 * @date: 2016/3/22
 */

var $ = require('yoho.jquery');

$('.filter-select').change(function() {
    location.href = $(this).val();
});