Commit 5b623d0341ebb82ba784d35420187a932a95c016
1 parent
11e68bdc
兑换记录跳转到详情页删除后调用接口刷新
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
| @@ -282,9 +282,9 @@ export default { | @@ -282,9 +282,9 @@ export default { | ||
| 282 | // } | 282 | // } |
| 283 | // 页面显示出来了 | 283 | // 页面显示出来了 |
| 284 | if (document.hidden === false) { | 284 | if (document.hidden === false) { |
| 285 | - | 285 | + this.list = []; |
| 286 | // 刷新页面 | 286 | // 刷新页面 |
| 287 | - location.reload(); | 287 | + this.getmyLuckDraw(1); |
| 288 | } | 288 | } |
| 289 | } | 289 | } |
| 290 | } | 290 | } |