Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PENG199 committed Dec 27, 2018
1 parent a285161 commit c50eedb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/store/order/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
Page({
data: {
loading:false,
show: false,
block: {
order: {
items: []
Expand Down
2 changes: 1 addition & 1 deletion src/pages/store/order/order.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<view class="title__point info" bindtap="showDiscounts">
<text>促销活动</text>
<view wx:if="{{form.discount.id}}" class="coupon-label">
{{form.discount.label}} -¥{{form.discount.adjustmentTotal / 100}}
{{form.discount.label}} -¥{{-form.discount.adjustmentTotal / 100}}
</view>
<view class="discounts-item" wx:else>
<text wx:if="{{block.discounts || block.discounts.length !== 0}}">{{block.discounts.length || 0}}个可用活动</text>
Expand Down

0 comments on commit c50eedb

Please sign in to comment.