|
|
@ -4,7 +4,7 @@ |
|
|
|
* @Author: sueRimn |
|
|
|
* @Author: sueRimn |
|
|
|
* @Date: 2020-09-25 08:48:50 |
|
|
|
* @Date: 2020-09-25 08:48:50 |
|
|
|
* @LastEditors: sueRimn |
|
|
|
* @LastEditors: sueRimn |
|
|
|
* @LastEditTime: 2020-10-18 10:39:53 |
|
|
|
* @LastEditTime: 2020-10-18 10:42:13 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
import { Component, OnInit } from '@angular/core'; |
|
|
|
import { Component, OnInit } from '@angular/core'; |
|
|
|
import { from } from 'rxjs'; |
|
|
|
import { from } from 'rxjs'; |
|
|
@ -66,7 +66,7 @@ export class LuckDrawComponent implements OnInit { |
|
|
|
|
|
|
|
|
|
|
|
//跳转第三个页面
|
|
|
|
//跳转第三个页面
|
|
|
|
nextStep(){ |
|
|
|
nextStep(){ |
|
|
|
window.location.href="/twoStep"; |
|
|
|
window.location.href="/fourStep"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|