Commit ab2ad385 authored by 罗超's avatar 罗超

1

parent 90b8e7b3
......@@ -814,6 +814,11 @@ export default {
title: "支付失败",
icon: "none",
});
setTimeout(() => {
uni.redirectTo({
url: "/pages/jiuzhai/jz_MyOrder",
});
}, 1000);
}
},
fail: function (err) {
......@@ -822,6 +827,11 @@ export default {
title: "支付失败",
icon: "none",
});
setTimeout(() => {
uni.redirectTo({
url: "/pages/jiuzhai/jz_MyOrder",
});
}, 1000);
},
});
},
......
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