set-backurl.js 209 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 let $ = require('yoho-jquery'); $('.nav-back').on('click', function(e) { let channel = window.cookie('_Channel') || 'boys'; e.preventDefault(); location.href = '//m.yohobuy.com/' + channel; });