Merge branch 'feature/giftCart' into release/6.1
Showing
2 changed files
with
3 additions
and
3 deletions
@@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
28 | {{#if giftCardConsumeInfoBOList}} | 28 | {{#if giftCardConsumeInfoBOList}} |
29 | {{# giftCardConsumeInfoBOList}} | 29 | {{# giftCardConsumeInfoBOList}} |
30 | <div class="me-gift-tr"> | 30 | <div class="me-gift-tr"> |
31 | - <div>{{dateFormat 'YYYY-MM-DD HH:mm' createTime}}</div> | 31 | + <div>{{dateFormat 'YYYY-MM-DD HH:mm:ss' createTime}}</div> |
32 | <div>{{orderCode}}</div> | 32 | <div>{{orderCode}}</div> |
33 | {{#isEqual type 1}} | 33 | {{#isEqual type 1}} |
34 | <div class="consume">消费</div> | 34 | <div class="consume">消费</div> |
@@ -24,8 +24,8 @@ | @@ -24,8 +24,8 @@ | ||
24 | <div>{{cardCode}}</div> | 24 | <div>{{cardCode}}</div> |
25 | <div>{{amount}}</div> | 25 | <div>{{amount}}</div> |
26 | <div>{{remainAmount}}</div> | 26 | <div>{{remainAmount}}</div> |
27 | - <div>{{dateFormat 'YYYY-MM-DD HH:mm' activateTime}}</div> | ||
28 | - <div>{{dateFormat 'YYYY-MM-DD HH:mm' endTime}}</div> | 27 | + <div>{{dateFormat 'YYYY-MM-DD' activateTime}}</div> |
28 | + <div>{{dateFormat 'YYYY-MM-DD' endTime}}</div> | ||
29 | <div class="info-list">消费明细</div> | 29 | <div class="info-list">消费明细</div> |
30 | </div> | 30 | </div> |
31 | {{/giftData.data}} | 31 | {{/giftData.data}} |
-
Please register or login to post a comment