59468e57 by 张猛

团体支付

1 parent 5437d8ab
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
64 </view> 64 </view>
65 65
66 <view class="bottomBtn"> 66 <view class="bottomBtn">
67 <view class="deductRow"> 67 <view v-if="preferentialPolicy" class="deductRow">
68 <text class="label">减免费用</text> 68 <text class="label">减免费用</text>
69 <text class="value red">-{{ memberFee.toFixed(2) }}</text> 69 <text class="value red">-{{ memberFee.toFixed(2) }}</text>
70 </view> 70 </view>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!