作者 郭鑫
1 个管道 的构建 通过 耗费 0 秒

测试问题修改

@@ -72,12 +72,14 @@ function def() { @@ -72,12 +72,14 @@ function def() {
72 html += "<div class=\"orderstate\">审核未通过</div>\n" ; 72 html += "<div class=\"orderstate\">审核未通过</div>\n" ;
73 }else if(val.orderStatus == 5){ 73 }else if(val.orderStatus == 5){
74 html += "<div class=\"orderstate\">已取消</div>\n" ; 74 html += "<div class=\"orderstate\">已取消</div>\n" ;
75 - }else if(val.orderStatus == 6 || val.orderStatus == 10){ 75 + }else if(val.orderStatus == 6){
76 html += "<div class=\"orderstate\">待完成</div>\n" ; 76 html += "<div class=\"orderstate\">待完成</div>\n" ;
77 }else if(val.orderStatus == 7){ 77 }else if(val.orderStatus == 7){
78 html += "<div class=\"orderstate\">待评价</div>\n" ; 78 html += "<div class=\"orderstate\">待评价</div>\n" ;
79 }else if(val.orderStatus == 8){ 79 }else if(val.orderStatus == 8){
80 html += "<div class=\"orderstate\">已评价</div>\n" ; 80 html += "<div class=\"orderstate\">已评价</div>\n" ;
  81 + }else if(val.orderStatus == 10){
  82 + html += "<div class=\"orderstate\">待分配</div>\n" ;
81 } 83 }
82 84
83 html += 85 html +=