团体支付
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment