注册有礼

This commit is contained in:
2024-04-24 23:14:34 +08:00
parent 7f6ace8ac6
commit 5bbfff9e21
3 changed files with 4 additions and 2 deletions

View File

@@ -85,6 +85,8 @@ const navigateTo = (e: any) => {
pay({
'orderId': orderBean.value?.id,
'result': 'xxx'
}).then(res => {
uni.navigateBack();
});
}
});