Commit bd2de8c6 authored by 黄奎's avatar 黄奎

页面修改

parent 8c27f62c
...@@ -95,7 +95,6 @@ ...@@ -95,7 +95,6 @@
if(myPay==3){ if(myPay==3){
myPay=2 myPay=2
} }
console.log("CheckOrderPay",msg);
this.apipost('OnlinePay_post_CheckOrderPay', msg, res => { this.apipost('OnlinePay_post_CheckOrderPay', msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var data = res.data.data; var data = res.data.data;
...@@ -104,7 +103,7 @@ ...@@ -104,7 +103,7 @@
MerchantsNo:data.Pay_Order, MerchantsNo:data.Pay_Order,
User_Id:this.item.User_Id, User_Id:this.item.User_Id,
Out_Trade_No:data.Trade_Order, Out_Trade_No:data.Trade_Order,
Transaction_Id:'', Transaction_Id:data.Third_Order,
PayWay:myPay, PayWay:myPay,
Money:this.item.TotalPrice, Money:this.item.TotalPrice,
Remarks:"支付赞羊商品订单:" + this.item.orderId Remarks:"支付赞羊商品订单:" + this.item.orderId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment