|
@@ -298,7 +298,7 @@
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
|
|
|
<button type="button" class="btn btn-primary" @click="queryIDCardInfo">查询身份信息</button>
|
|
|
<button type="button" class="btn btn-primary" @click="getIDCardInfo" id="IDCard">读取身份证信息</button>
|
|
|
- <button type="button" class="btn btn-primary" @click="submitCustomInfo" id="Send">去付款</button>
|
|
|
+ <button type="button" class="btn btn-primary" @click="idCardVerification" id="Send" style="background-color:red;">去付款</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -337,17 +337,19 @@
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
|
<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>
|
|
|
+ <div style="margin-bottom: 50px;">
|
|
|
+ <ul style="display: inline-block;">
|
|
|
+ <li><h5 style="border: white; padding: 5px; color: red; font-size: 35px;">实付款:{{actualPrice}}</h5></li>
|
|
|
+ <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;">抵扣积分:{{deductionScore}}</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 style="display: inline-block;">
|
|
|
+ <li><h5 style="border: white; padding: 8px;"></h5></li>
|
|
|
+ <li><h5 style="border: white; padding: 8px;">会员等级:{{levelName}}</h5></li>
|
|
|
+ <li><h5 style="border: white; padding: 8px;">会员当前积分:{{memberCurrentAvailableScore}}</h5></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<form>
|