Commit 2ce684cf4c4ef02416a6296480bd731babb632c5
1 parent
6639cdfb
小程序,取价规则的显示
Showing
1 changed file
with
1 additions
and
1 deletions
packageE/pages/cart/cart2/remark_part_qj.wxml
... | ... | @@ -5,6 +5,6 @@ |
5 | 5 | <block wx:if="{{item.UseObjectName}}">仅{{item.UseObjectName}}使用</block> |
6 | 6 | <block wx:else>全场通用</block> |
7 | 7 | </text> |
8 | - <text class="five-level-word explain-coupon">取价规则:<block wx:if="{{item.FactPriceType>0}}">零售价</block><block wx:wx:else="{{item.FactPriceType>0}}">实收价</block></text> | |
8 | + <text class="five-level-word explain-coupon">取价规则:<block wx:if="{{item.FactPriceType>0}}">零售价</block><block wx:else="{{item.FactPriceType>0}}">实收价</block></text> | |
9 | 9 | </view> |
10 | 10 | </view> |
11 | 11 | \ No newline at end of file | ... | ... |