Commit 991c41e9 authored by 罗超's avatar 罗超

1

parent 2117c132
......@@ -695,7 +695,7 @@ export default {
OrderId: data.OrderId,
preferPrice: data.PreferPrice,
};
this.payAliCallback(obj)
this.payAliCallback(obj);
} else {
}
this.submit = false;
......@@ -743,7 +743,7 @@ export default {
});
setTimeout(() => {
uni.redirectTo({
url: "/pages/jiuzhai/paysuccess?PreferPrice=" + price,
url: "/pages/jiuzhai/paysuccess?PreferPrice=" + this.price,
});
}, 100);
},
......@@ -933,7 +933,7 @@ export default {
console.log("cb", res);
this.submit = false;
uni.redirectTo({
url: "/pages/jiuzhai/paysuccess?PreferPrice=" + obj.PreferPrice,
url: "/pages/jiuzhai/paysuccess?PreferPrice=" + obj.preferPrice,
});
},
(err) => {
......
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