作者 654550265

Merge branch 'master' of http://114.215.101.231:8099/outsource/signUpForCar

# Conflicts:
#	public/themes/simpleboot3/user/yuyue/my_yuyue.html
@@ -109,7 +109,7 @@ @@ -109,7 +109,7 @@
109 <div class="yuyueList"> 109 <div class="yuyueList">
110 <div class="yList_top"> 110 <div class="yList_top">
111 <b>{$vo.status|yuyue_status_name}</b> 111 <b>{$vo.status|yuyue_status_name}</b>
112 - <i>{$vo.create_time|date="Y-m-d",###}</i> 112 + <i>{$vo.yuyue_day|date_to_date}</i>
113 </div> 113 </div>
114 <div class="yList_info"> 114 <div class="yList_info">
115 <img src="{$vo.headimgurl}" class="yu_user_head"/> 115 <img src="{$vo.headimgurl}" class="yu_user_head"/>
@@ -144,7 +144,7 @@ @@ -144,7 +144,7 @@
144 <div class="yuyueList"> 144 <div class="yuyueList">
145 <div class="yList_top"> 145 <div class="yList_top">
146 <b>{$vo.status|yuyue_status_name}</b> 146 <b>{$vo.status|yuyue_status_name}</b>
147 - <i>{$vo.create_time|date="Y-m-d",###}</i> 147 + <i>{$vo.yuyue_day|date_to_date}</i>
148 </div> 148 </div>
149 <div class="yList_info"> 149 <div class="yList_info">
150 <img src="{$vo.headimgurl}" class="yu_user_head"/> 150 <img src="{$vo.headimgurl}" class="yu_user_head"/>
@@ -180,7 +180,7 @@ @@ -180,7 +180,7 @@
180 <div class="yuyueList"> 180 <div class="yuyueList">
181 <div class="yList_top"> 181 <div class="yList_top">
182 <b>{$vo.status|yuyue_status_name}</b> 182 <b>{$vo.status|yuyue_status_name}</b>
183 - <i>{$vo.create_time|date="Y-m-d",###}</i> 183 + <i>{$vo.yuyue_day|date_to_date}</i>
184 </div> 184 </div>
185 <div class="yList_info"> 185 <div class="yList_info">
186 <img src="{$vo.headimgurl}" class="yu_user_head"/> 186 <img src="{$vo.headimgurl}" class="yu_user_head"/>
@@ -398,12 +398,13 @@ @@ -398,12 +398,13 @@
398 } 398 }
399 if (data_qr == 1) { 399 if (data_qr == 1) {
400 var data_days = $(".day_bg i").attr("data-day").replace(/(\d{4})(\d{2})(\d{2})/, "$1-$2-$3"); 400 var data_days = $(".day_bg i").attr("data-day").replace(/(\d{4})(\d{2})(\d{2})/, "$1-$2-$3");
  401 + var weeks = $(".day_bg b").html();
401 $.ajax({ 402 $.ajax({
402 url: "{:url('yuyue_coach_do')}", 403 url: "{:url('yuyue_coach_do')}",
403 type: "post", 404 type: "post",
404 data: { 405 data: {
405 day: data_days, 406 day: data_days,
406 - week: week, 407 + week: weeks,
407 begin: parseInt(list[0].getElementsByTagName('b')[0].innerHTML.split("-")[0]), 408 begin: parseInt(list[0].getElementsByTagName('b')[0].innerHTML.split("-")[0]),
408 end: parseInt(list[list.length - 1].getElementsByTagName('b')[0].innerHTML.split('-')[1]), 409 end: parseInt(list[list.length - 1].getElementsByTagName('b')[0].innerHTML.split('-')[1]),
409 id: {$id} 410 id: {$id}