|
@@ -334,6 +334,18 @@
|
|
|
<h4 class="modal-title" id="payModalLabel">付款码</h4>
|
|
|
</div>
|
|
|
<div class="modal-body">
|
|
|
+ <div style="margin-bottom: 50px">
|
|
|
+ <ul style="display: inline-block">
|
|
|
+ <li><h5 style="border: white;padding: 8px;">总件数:{{totalCount}}</h5></li>
|
|
|
+ <li><h5 style="border: white;padding: 8px;">总价:{{totalPrice}}</h5></li>
|
|
|
+ <li><h5 style="border: white;padding: 8px;color: red;">实际支付价:{{actualPrice}}</h5></li>
|
|
|
+ </ul>
|
|
|
+ <ul style="display: inline-block">
|
|
|
+ <li><h5 style="border: white;padding: 8px">会员等级:{{levelName}}</h5></li>
|
|
|
+ <li><h5 style="border: white;padding: 8px">会员当前积分:{{memberCurrentAvailableScore}}</h5></li>
|
|
|
+ <li><h5 style="border: white;padding: 8px">抵扣积分:{{deductionScore}}</h5></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
<form>
|
|
|
<div class="form-group">
|
|
|
<i-input id="payCode" class="payCodeInput" @on-enter="submitOrder" ref="payCode" size="60%" placeholder="请输入付款码"/>
|