mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
增加判断条件
This commit is contained in:
parent
e207324b5f
commit
c51bda00f0
@ -160,6 +160,12 @@ function isJDCoupon(title) {
|
|||||||
return true
|
return true
|
||||||
else if (title.indexOf('京贴') > -1)
|
else if (title.indexOf('京贴') > -1)
|
||||||
return true
|
return true
|
||||||
|
else if (title.indexOf('全品类') > -1)
|
||||||
|
return true
|
||||||
|
else if (title.indexOf('话费') > -1)
|
||||||
|
return true
|
||||||
|
else if (title.indexOf('小鸽有礼') > -1)
|
||||||
|
return true
|
||||||
else if (title.indexOf('旗舰店') > -1)
|
else if (title.indexOf('旗舰店') > -1)
|
||||||
return false
|
return false
|
||||||
else if (title.indexOf('生鲜') > -1)
|
else if (title.indexOf('生鲜') > -1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user