|
|
@@ -20,7 +20,11 @@
|
|
|
<text class="title">{{detail.title}}</text>
|
|
|
<view class="data" style="margin-top: 30rpx;">
|
|
|
<u-icon name="clock" color="#EF9944"></u-icon>
|
|
|
- <text class="margin-left-10">{{detail.beginTime | date('mm/dd hh:MM:ss')}} 至 {{detail.endTime | date('mm/dd hh:MM:ss')}}</text>
|
|
|
+ <text class="margin-left-10">开始时间:{{detail.beginTime}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="data" style="margin-top: 30rpx;">
|
|
|
+ <u-icon name="clock" color="#EF9944"></u-icon>
|
|
|
+ <text class="margin-left-10">结束时间:{{detail.endTime}}</text>
|
|
|
</view>
|
|
|
<!-- <view class="data">
|
|
|
<u-icon name="map"></u-icon>
|
|
|
@@ -33,7 +37,7 @@
|
|
|
</view>
|
|
|
<view class="flex margin-left-50">
|
|
|
<u-icon name="bag" color="#EF9944"></u-icon>
|
|
|
- <text class="margin-left-10">活动供应价{{detail.supplyPrice}}%</text>
|
|
|
+ <text class="margin-left-10">活动折扣 {{detail.supplyPrice/10}} 折</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="data">
|