...
|
...
|
@@ -197,7 +197,7 @@ $(document).ready(function () { |
|
|
},
|
|
|
success:function(res){
|
|
|
$('.hospital_item').click(function () {
|
|
|
alert('1111');
|
|
|
console.log(res.data);
|
|
|
var hospital=new Array();
|
|
|
for(var i=0;i<res.data.length;i++){
|
|
|
var one=new Object();
|
...
|
...
|
|