Commit 533a1395 authored by jyx's avatar jyx

签约成功刷新我的页面

parent 1c535af0
......@@ -195,7 +195,12 @@
message.notify('支付成功')
setTimeout(() => {
navigateBack();
uni.$emit('refreshPreviousPage', {
vipFlag: '1'
});
uni.navigateBack({
delta: 1,
});
}, 1000);
},
fail(res) {
......
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