We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a285161 commit c50eedbCopy full SHA for c50eedb
src/pages/store/order/order.js
@@ -12,7 +12,6 @@ import {
12
Page({
13
data: {
14
loading:false,
15
- show: false,
16
block: {
17
order: {
18
items: []
src/pages/store/order/order.wxml
@@ -74,7 +74,7 @@
74
<view class="title__point info" bindtap="showDiscounts">
75
<text>促销活动</text>
76
<view wx:if="{{form.discount.id}}" class="coupon-label">
77
- {{form.discount.label}} -¥{{form.discount.adjustmentTotal / 100}}
+ {{form.discount.label}} -¥{{-form.discount.adjustmentTotal / 100}}
78
</view>
79
<view class="discounts-item" wx:else>
80
<text wx:if="{{block.discounts || block.discounts.length !== 0}}">{{block.discounts.length || 0}}个可用活动</text>
0 commit comments