Commit b936f8ac authored by 罗超's avatar 罗超

parent c687beee
...@@ -674,7 +674,7 @@ ...@@ -674,7 +674,7 @@
setTimeout(() => { setTimeout(() => {
uni.redirectTo({ uni.redirectTo({
url: "/pages/jiuzhai/paysuccess?PreferPrice=" + url: "/pages/jiuzhai/paysuccess?PreferPrice=" +
(that.orderData.model.PreferPrice-that.orderData.model.DiscountMoney-that.orderData.model.DisValue).toFixed(2) + (that.orderData.model.PreferPrice-that.orderData.model.DiscountMoney).toFixed(2) +
"&isFrom=1", "&isFrom=1",
}); });
}, 100); }, 100);
......
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