Commit 7544b9e5 authored by 郭志伟's avatar 郭志伟 Committed by 郝聪敏

fix: 顾问支付联调

parent 662cc8f1
......@@ -224,7 +224,7 @@ export default {
async goPay() {
const res = await goPay({ tradeType: this.tradeType });
if (res) {
payByWay(this.tradeType, res.payInfo).then(() => {
payByWay(this.tradeType, res).then(() => {
this.$notify({ type: "success", message: "支付成功" });
setTimeout(() => {
// this.$router.push("/consultant/success");
......
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