|
@@ -1459,10 +1459,10 @@ $out+=' <div class="content"> <div class="box-container"> <div class="box-contai
|
|
|
include('./list');
|
|
|
$out+=' </ul> </div> <div class="result-item btn-container prevent-scroll"> <div class="cost"> 总计 <span class="order-cost" data-pay="0">¥ 0</span> </div> <a class="btn btn-main btn-block btn-place">确认预约</a> </div> </div> </div> </div> ';
|
|
|
return new String($out);
|
|
|
-});/*v:28*/
|
|
|
+});/*v:35*/
|
|
|
template('placeOrder/index',function($data,$filename
|
|
|
/**/) {
|
|
|
-'use strict';var $utils=this,$helpers=$utils.$helpers,showNavBar=$data.showNavBar,$escape=$utils.$escape,title=$data.title,showExtra=$data.showExtra,$each=$utils.$each,extra=$data.extra,e=$data.e,$index=$data.$index,type=$data.type,petName=$data.petName,petWeight=$data.petWeight,extraServiceType=$data.extraServiceType,extraService=$data.extraService,extraServiceList=$data.extraServiceList,i=$data.i,beauticianName=$data.beauticianName,showCoupon=$data.showCoupon,productType=$data.productType,petPrice=$data.petPrice,precedence=$data.precedence,couponVal=$data.couponVal,$out='';if(showNavBar ){
|
|
|
+'use strict';var $utils=this,$helpers=$utils.$helpers,showNavBar=$data.showNavBar,$escape=$utils.$escape,title=$data.title,showExtra=$data.showExtra,$each=$utils.$each,extra=$data.extra,e=$data.e,$index=$data.$index,type=$data.type,petName=$data.petName,petWeight=$data.petWeight,extraServiceType=$data.extraServiceType,extraService=$data.extraService,extraServiceList=$data.extraServiceList,i=$data.i,beauticianName=$data.beauticianName,showCoupon=$data.showCoupon,productType=$data.productType,petPrice=$data.petPrice,precedence=$data.precedence,couponVal=$data.couponVal,balance=$data.balance,$out='';if(showNavBar ){
|
|
|
$out+=' <header class="bar bar-nav"> <a class="left-button back-button"> <div class="icon icon-left-nav"></div> </a> <h1 class="title">';
|
|
|
$out+=$escape(title);
|
|
|
$out+='</h1> </header> ';
|
|
@@ -1533,13 +1533,13 @@ $out+=' (';
|
|
|
$out+=$escape(extraServiceList.price);
|
|
|
$out+='元) </a> </li> ';
|
|
|
});
|
|
|
-$out+=' </ul> --> <ul class="table-view"> <li class="table-view-cell"> <a class="navigate-right show-beautician-picker"> 系统推荐保洁师 <span class="table-view-cell-right-label booking-people"> ';
|
|
|
+$out+=' </ul> --> <!-- 选择保洁师 <ul class="table-view"> <li class="table-view-cell"> <a class="navigate-right show-beautician-picker"> 系统推荐保洁师 <span class="table-view-cell-right-label booking-people"> ';
|
|
|
if(beauticianName !== ''){
|
|
|
$out+=$escape(beauticianName);
|
|
|
}else{
|
|
|
$out+='请选择';
|
|
|
}
|
|
|
-$out+=' </span> </a> </li> </ul> <ul class="table-view"> <li class="table-view-cell ';
|
|
|
+$out+=' </span> </a> </li> </ul> --> <ul class="table-view"> <li class="table-view-cell ';
|
|
|
if(!showCoupon ){
|
|
|
$out+='disabled';
|
|
|
}
|
|
@@ -1585,7 +1585,9 @@ $out+='hide';
|
|
|
}
|
|
|
$out+='"> <div class="link-label select-coupon-label">优惠券 <span class="table-view-cell-right-label coupon-cost"> - ';
|
|
|
$out+=$escape(couponVal);
|
|
|
-$out+=' </span> </div> </li> </ul> --> <div class="box bottom-box"> <div class="agreement-box"> <div class="agreement-touch-area"> </div> <input type="checkbox" class="agreement-checkbox" checked="checked" /> <span> 同意<a class="agreement">壹管家用户服务协议</a> </span> </div> </div> </div> </div> </div> <div class="result-item btn-container prevent-scroll"> <div class="cost"> 总计 <span class="order-cost" >¥ 0</span> </div> <a class="btn btn-main btn-block btn-place">确认预约</a> </div> </div> </div> </div> </div> ';
|
|
|
+$out+=' </span> </div> </li> </ul> --> <div class="box bottom-box"> <div class="agreement-box"> <div class="agreement-touch-area"> </div> <input type="checkbox" class="agreement-checkbox" checked="checked" /> <span> 同意<a class="agreement">壹管家用户服务协议</a> </span> </div> </div> </div> </div> </div> <div class="result-item btn-container prevent-scroll" style="display: flex; justify-content: space-between; align-items: center"> <div style="padding-left: 15px; text-align: left; line-height: 48px;"> 账户余额 <span style="font-size: 16px; color: #ec5330; text-align: right;" >¥ ';
|
|
|
+$out+=$escape(balance);
|
|
|
+$out+='</span> </div> <div class="cost"> 费用总计 <span class="order-cost" >¥ 0</span> </div> <a class="btn btn-main btn-block btn-place">确认预约</a> </div> </div> </div> </div> </div> ';
|
|
|
return new String($out);
|
|
|
});/*v:1*/
|
|
|
template('placeOrder/list',function($data,$filename
|