Authored by 邱骏

修改一个bug

... ... @@ -57,7 +57,7 @@ module.exports = {
testCode: 'yoho4946abcdef#$%&!@',
domains: domains,
// yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc',
yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc',
signExtend: {
business_line: 'yohobuy'
},
... ...
import $ from 'yoho-jquery';
function XianyuLinkHandle() {
const cookie = require('yoho-cookie');
cookie.set('aaa', '123');
$(document).delegate('a:not(.yoho-coin, .yoho-conpon, .web-share-button, .button-ok)',
'click',
event => {
... ... @@ -23,7 +19,7 @@ function XianyuLinkHandle() {
href = url + '?' + encodeURI(search);
if (href.indexOf('#') !== 0) {
if (href.indexOf('#') !== 0 && href.indexOf('void') < 0) {
let args = {url: href};
if (window.WindVane) {
... ...