mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 10:58:44 +08:00
Update jd_bean_change.js
This commit is contained in:
parent
91349d149d
commit
94a3f1803a
@ -1560,7 +1560,8 @@ function getCoupon() {
|
|||||||
|
|
||||||
var decquota=parseFloat(useable[i].quota).toFixed(2);
|
var decquota=parseFloat(useable[i].quota).toFixed(2);
|
||||||
var decdisc= parseFloat(useable[i].discount).toFixed(2);
|
var decdisc= parseFloat(useable[i].discount).toFixed(2);
|
||||||
|
if (useable[i].quota>useable[i].discount+5 && useable[i].discount<2)
|
||||||
|
continue
|
||||||
$.message += `【全品类券】满${decquota}减${decdisc}元`;
|
$.message += `【全品类券】满${decquota}减${decdisc}元`;
|
||||||
|
|
||||||
if (useable[i].endTime < $.todayEndTime) {
|
if (useable[i].endTime < $.todayEndTime) {
|
||||||
|
Loading…
Reference in New Issue
Block a user