Commit 5b623d0341ebb82ba784d35420187a932a95c016

Authored by zhiyangdu
1 parent 11e68bdc

兑换记录跳转到详情页删除后调用接口刷新

src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
... ... @@ -282,9 +282,9 @@ export default {
282 282 // }
283 283 // 页面显示出来了
284 284 if (document.hidden === false) {
285   -
  285 + this.list = [];
286 286 // 刷新页面
287   - location.reload();
  287 + this.getmyLuckDraw(1);
288 288 }
289 289 }
290 290 }
... ...