|
@@ -252,7 +252,7 @@ var payContainer = new Vue({
|
|
|
_self.PayOrdersecondUnion(params);
|
|
|
}else{
|
|
|
var params = {//正常订单
|
|
|
- payAmount: parseInt(_self.payAmount*100),
|
|
|
+ payAmount:Math.round(_self.payAmount*100),
|
|
|
bankCode:_self.payInfo.payBankNum,
|
|
|
returnUrl:'https://www.caimei365.com/pay/success.html?pageType=www&type=success&payAmount='+_self.payAmount,
|
|
|
orderId:_self.payInfo.payOrderId,
|