注册有礼

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

@@ -264,6 +264,7 @@ const payment = async () => {
}]
};
await overPayment(paymentParams);
await uni.navigateBack()
uni.hideLoading();
};
</script>