Commit c87e33cd authored by mengcuiguang's avatar mengcuiguang

Merge branch 'dev_helixiaogushi_weixin_240717' of...

Merge branch 'dev_helixiaogushi_weixin_240717' of http://gitlab.mints-id.com/android/uniapp_vedio into dev_helixiaogushi_weixin_240717
parents 25681baa 533a1395
......@@ -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