|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2020-09-25 08:48:50 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2020-10-18 14:40:06 |
|
|
|
|
* @LastEditTime: 2020-10-18 15:06:21 |
|
|
|
|
*/ |
|
|
|
|
import { Component, OnInit } from '@angular/core'; |
|
|
|
|
import { from } from 'rxjs'; |
|
|
|
@ -29,7 +29,7 @@ export class LuckDrawComponent implements OnInit {
|
|
|
|
|
window.setTimeout(()=>{ |
|
|
|
|
//window.location.reload()
|
|
|
|
|
},0) |
|
|
|
|
console.log(this.weekArray) |
|
|
|
|
//console.log(this.weekArray)
|
|
|
|
|
} |
|
|
|
|
weekArray = JSON.parse(localStorage.getItem('arr')); |
|
|
|
|
//支队数据和是否抽奖
|
|
|
|
|