|
|
@@ -115,6 +115,18 @@ |
|
|
|
才显示兑换码 |
|
|
|
--> |
|
|
|
<!-- bindtap="powerDrawer" --> |
|
|
|
|
|
|
|
<view tt:if="{{order.type != 69}}" class='dhCode' data-id="{{order.id}}" bindtap="goAppointment"> |
|
|
|
<view style="width:86%;clear: both;"> |
|
|
|
<text class="fl">预约时间:</text> |
|
|
|
<text class="fr" style="color: #d4a971;">点击预约</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<!-- <image class="spcode" src="{{spcodeUrl}}" mode='widthFix'></image> |
|
|
|
<image class="rArrow" src="{{chevronUrl}}" mode='widthFix'></image> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view tt:if="{{order.orderStatus==1&&order.type!=100&&order.type!=5&&order.type!=51}}" |
|
|
|
data-couponOrderStatus="{{order.couponOrderStatus}}" data-title="{{order.title}}" data-subtitle="{{order.subTitle}}" |
|
|
|
data-remark="{{order.remark}}" data-quancode="{{order.couponOrderId}}" data-validstatus="{{order.validStatus}}" |
|
|
|