Authored by htoooth

fix index

... ... @@ -33,7 +33,7 @@ module.exports = (req, res, next) => {
return res.send();
}
report.forEach(item => {
if (item.pt && item.pt.indexOf('openby:yohobuy') !== -1) {
if (item.pt && item.pt.indexOf('openby:yohobuy') >= 0) {
item.pt = item.pt.substring(0, item.pt.indexOf('openby:yohobuy'));
}
... ...