Commit d8b6cd47 authored by Facius's avatar Facius

首页去入驻跳转

parent 74542a03
...@@ -217,13 +217,17 @@ ...@@ -217,13 +217,17 @@
// 0=>'待提交',1=>'待审核',2=>'已通过',3=>'备选',4=>'已驳回',5=>'已签约',6=>'未支付保证金',7=>'已支付保证金',8=>'已通过考试',9=>'待提交' // 0=>'待提交',1=>'待审核',2=>'已通过',3=>'备选',4=>'已驳回',5=>'已签约',6=>'未支付保证金',7=>'已支付保证金',8=>'已通过考试',9=>'待提交'
var pageIndex = 1 var pageIndex = 1
switch(this.status) { switch(this.status) {
case 1,2,3,4: case 1:
case 2:
case 3:
case 4:
pageIndex = 2 pageIndex = 2
break break
case 8: case 8:
pageIndex = 3 pageIndex = 3
break break
case 5,6: case 5:
case 6:
pageIndex = 4 pageIndex = 4
break break
case 7: case 7:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment