Commit e5652fa5 authored by youjie's avatar youjie

no message

parent ad0c891c
...@@ -563,7 +563,6 @@ ...@@ -563,7 +563,6 @@
if (res.resultCode == 1) { if (res.resultCode == 1) {
that.payInfo.OrderId = res.data.OrderId; that.payInfo.OrderId = res.data.OrderId;
that.payInfo.total_price = that.ds.total_price; that.payInfo.total_price = that.ds.total_price;
if(res.data.OrderStatus==5){ if(res.data.OrderStatus==5){
let info = { let info = {
OrderId:that.payInfo.OrderId, OrderId:that.payInfo.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