|
@@ -1645,7 +1645,7 @@ module.exports = app => {
|
|
|
times: nowTimes,
|
|
|
yf_tp: yfPay ? yfPay.tp : null,
|
|
|
sf_tp: sfPay ? sfPay.tp : null,
|
|
|
- tp_history: JSON.stringify(this.ctx.stage.tp_history),
|
|
|
+ tp_history: JSON.stringify(this.ctx.stage.tp_history.filter(x => { return x.times <= nowTimes; })),
|
|
|
cache_time_l: time,
|
|
|
cache_time_r: time,
|
|
|
});
|