...
|
...
|
@@ -527,8 +527,9 @@ |
|
|
}
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
var end_time = $('.end').text();
|
|
|
console.log('1111111111');
|
|
|
console.log(end_time);
|
|
|
|
|
|
|
|
|
|
...
|
...
|
@@ -542,7 +543,7 @@ |
|
|
var address = $('.address').val();
|
|
|
var demand = $('.else').val();
|
|
|
var people = $('.people2').val();
|
|
|
// console.log(people);
|
|
|
|
|
|
var isTrue = $(".select").hasClass("icon-yixuanze");
|
|
|
if(isTrue == true){
|
|
|
// console.log('4444444444444444');
|
...
|
...
|
|