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

1

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