|
@@ -13,7 +13,7 @@
|
|
|
regDate: window.Fx.getUrlParam('date')||(new Date()).pattern('yyyy-MM-dd')
|
|
|
}
|
|
|
//界面显示日期 url参数
|
|
|
- c('#date').html(selectedDate);
|
|
|
+ // c('#date').html(selectedDate);
|
|
|
|
|
|
//获取医生诊疗费用
|
|
|
c.ajax({
|
|
@@ -124,7 +124,7 @@
|
|
|
' <span class="button"><i class="icon-arrowright"></i> </span>' +
|
|
|
' <div class="info_line1" style="text-align: center;color: #008a8a">' + list[i].startTime + '~' + list[i].endTime +
|
|
|
'(总'+ list[i].regTotalCount +'余'+ list[i].regLeaveCount +')号 '+
|
|
|
- '<span style="color: red;">不可预约</span>' +
|
|
|
+ '<span style="color: gray;">不可预约</span>' +
|
|
|
' </div>' +
|
|
|
' <div class="clear"></div>' +
|
|
|
'</a>' +
|