Authored by 邱骏
Committed by shuaiguo

修改一个bug

... ... @@ -56,7 +56,7 @@ module.exports = {
testCode: 'yoho4946abcdef#$%&!@',
domains: domains,
// yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc',
yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc',
signExtend: {
business_line: 'yohobuy'
},
... ...
... ... @@ -19,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) {
... ...