Skip to content

Commit c50eedb

Browse files
committed
update
1 parent a285161 commit c50eedb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/pages/store/order/order.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {
1212
Page({
1313
data: {
1414
loading:false,
15-
show: false,
1615
block: {
1716
order: {
1817
items: []

src/pages/store/order/order.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<view class="title__point info" bindtap="showDiscounts">
7575
<text>促销活动</text>
7676
<view wx:if="{{form.discount.id}}" class="coupon-label">
77-
{{form.discount.label}} -¥{{form.discount.adjustmentTotal / 100}}
77+
{{form.discount.label}} -¥{{-form.discount.adjustmentTotal / 100}}
7878
</view>
7979
<view class="discounts-item" wx:else>
8080
<text wx:if="{{block.discounts || block.discounts.length !== 0}}">{{block.discounts.length || 0}}个可用活动</text>

0 commit comments

Comments
 (0)