Commit 5d9bcd92 authored by 罗超's avatar 罗超

1

parent ab2ad385
......@@ -529,7 +529,7 @@ export default {
uni.redirectTo({
url:
"/pages/jiuzhai/paysuccess?PreferPrice=" +
obj.PreferPrice +
obj.preferPrice +
"&isFrom=1",
});
},
......
......@@ -913,7 +913,12 @@ export default {
},
(res) => {
that.submit = false;
that.initOrderInfo(that.orderData.model.OrderId);
uni.redirectTo({
url:
"/pages/jiuzhai/paysuccess?PreferPrice=" +
obj.preferPrice +
"&isFrom=1",
});
},
(err) => {
console.log("err", err);
......@@ -922,6 +927,7 @@ export default {
title: "支付失败",
icon: "none",
});
that.initOrderInfo(that.orderData.model.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