Authored by 郭成尧

两个TITLE问题解决

... ... @@ -3949,7 +3949,11 @@ $('.coupon-message-op-rel').on('click', function() {
});
if ($('#noData').length > 0) {
tip.show('网络异常!');
if (location.href.indexOf('?openby:yohobuy=') <= 0){
tip.show('网络异常!');
}else{
console.log(location.href.indexOf('?openby:yohobuy='))
}
}
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.