|
|
@ -111,7 +111,7 @@ |
|
|
<view class="mask-bg" bindtap="hideDate"></view> |
|
|
<view class="mask-bg" bindtap="hideDate"></view> |
|
|
<view class="mask-content1"> |
|
|
<view class="mask-content1"> |
|
|
<view class="iconfont icon-close" bindtap="hideDate"></view> |
|
|
<view class="iconfont icon-close" bindtap="hideDate"></view> |
|
|
<date bind:onChangeDate="changeDate" bind:onChangeTime="changeTime" product="{{product}}"></date> |
|
|
<date wx:if="{{showDate2}}" bind:onChangeDate="changeDate" bind:onChangeTime="changeTime" product="{{product}}"></date> |
|
|
<view class="bottom-box"> |
|
|
<view class="bottom-box"> |
|
|
<view> |
|
|
<view> |
|
|
合计: <text class="totalPrice">{{showPrice/100}}</text> |
|
|
合计: <text class="totalPrice">{{showPrice/100}}</text> |
|
|
|