...
|
...
|
@@ -75,7 +75,7 @@ function def() { |
|
|
" <p class=\"itembody_name\">"+val.title+"</p>\n" +
|
|
|
" <p class=\"itembody_price\">¥"+val.money+"/天</p>\n" +
|
|
|
" <p class=\"itembody_date\">工作时间:"+val.start_time+"-"+val.start_time+"</p>\n" ;
|
|
|
if(val.orderStatus == 6 && val.orderStatus == 7 && val.orderStatus == 8 ){
|
|
|
if(val.orderStatus == 6 || val.orderStatus == 7 || val.orderStatus == 8 ){
|
|
|
html += " <p class=\"itembody_date\">雇佣人员:王晓明</p>\n" +
|
|
|
" <p class=\"itembody_date\">联系电话:12345678901</p>\n" ;
|
|
|
}
|
...
|
...
|
|