|
@@ -177,7 +177,8 @@ var orderPage = new Vue({
|
|
|
CAIMEI.Popup({
|
|
|
content: '<div class="payAlert">您有采美余额<em>¥'+toFloat(data.ableUserMoney)+'</em>暂未使用,是否需要抵扣订单? 抵扣后您只需再支付<em>¥'+toFloat(data.pendingPayments)+'</em></div>',
|
|
|
confitmBtnText: '抵扣,继续付款',
|
|
|
- cancelBtnText: '不抵扣,继续付款'
|
|
|
+ cancelBtnText: '不抵扣,继续付款',
|
|
|
+ closeIcon:true
|
|
|
},function(){
|
|
|
// 抵扣,继续付款
|
|
|
_self.hanldPaymentConfirm(1)
|
|
@@ -191,7 +192,8 @@ var orderPage = new Vue({
|
|
|
CAIMEI.Popup({
|
|
|
content: '<div class="payAlert">您有采美余额<em>¥'+toFloat(data.ableUserMoney)+'</em>暂未使用,是否需要抵扣订单? 抵扣后订单支付完成</div>',
|
|
|
confitmBtnText: '抵扣',
|
|
|
- cancelBtnText: '不抵扣,继续付款'
|
|
|
+ cancelBtnText: '不抵扣,继续付款',
|
|
|
+ closeIcon:true
|
|
|
},function(){
|
|
|
// 抵扣全款
|
|
|
_self.hanldPaymentConfirm(2);
|