Commit 74f95e01 authored by Xuguangxing's avatar Xuguangxing

feat: fix

parent edbc05ff
......@@ -207,7 +207,7 @@ export default {
newUrl: `/pages/pay/index?orderNo=${data.orderNo}&from=groupbuy`
});
} else if (isApp) {
this.$router.push({ path: `/pay?orderNo=${data.orderNo}` });
this.$router.replace({ path: `/pay?orderNo=${data.orderNo}` });
} else {
return; // todo 处理纯h5情况
// this.$dialog({
......
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