From 672047e54b7abf4e5674c01cf4f3ac0e8b3d4662 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Sun, 18 Oct 2020 10:41:08 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E6=B5=8B=E8=AF=95=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E8=B7=B3=E8=BD=AC=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/app-routing.module.ts | 2 +- .../ui/first-step-copy/first-step-copy.component.ts | 2 +- src/app/ui/first-step/first-step.component.html | 2 +- src/app/ui/first-step/first-step.component.ts | 10 ---------- src/assets/js/firststep.js | 2 +- 5 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index b82bfc5..95eae48 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -32,7 +32,7 @@ const routes: Routes = [ {path:'firstStep',component:FirstStepComponent}, {path:'firstStep2',component:FirstStepCopyComponent}, {path:'Reset',component:ResetComponent}, - //{path:'LuckDrawBatch',component:LuckDrawBatchComponent} + {path:'LuckDrawBatch',component:LuckDrawComponent}, {path:'fourStep',component:FourStepComponent}, {path:'fourStep2',component:FourStepCopyComponent}, {path:'drawingResult', component:DrawingResultComponent} diff --git a/src/app/ui/first-step-copy/first-step-copy.component.ts b/src/app/ui/first-step-copy/first-step-copy.component.ts index 0960420..8906b0f 100644 --- a/src/app/ui/first-step-copy/first-step-copy.component.ts +++ b/src/app/ui/first-step-copy/first-step-copy.component.ts @@ -62,6 +62,6 @@ export class FirstStepCopyComponent implements OnInit { } } nextstep(){ - this.router.navigate(['/fourStep2']); + window.location.href="/fourStep2"; } } diff --git a/src/app/ui/first-step/first-step.component.html b/src/app/ui/first-step/first-step.component.html index 6c4a971..d2bdda7 100644 --- a/src/app/ui/first-step/first-step.component.html +++ b/src/app/ui/first-step/first-step.component.html @@ -25,7 +25,7 @@