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

测试问题修改

... ... @@ -72,12 +72,14 @@ function def() {
html += "<div class=\"orderstate\">审核未通过</div>\n" ;
}else if(val.orderStatus == 5){
html += "<div class=\"orderstate\">已取消</div>\n" ;
}else if(val.orderStatus == 6 || val.orderStatus == 10){
}else if(val.orderStatus == 6){
html += "<div class=\"orderstate\">待完成</div>\n" ;
}else if(val.orderStatus == 7){
html += "<div class=\"orderstate\">待评价</div>\n" ;
}else if(val.orderStatus == 8){
html += "<div class=\"orderstate\">已评价</div>\n" ;
}else if(val.orderStatus == 10){
html += "<div class=\"orderstate\">待分配</div>\n" ;
}
html +=
... ...