|
@@ -95,16 +95,16 @@ function showSuccessDialog() {
|
|
|
Object.assign(dialogConfig.value, DialogUtils.success(
|
|
|
'Register Successfully',
|
|
|
{
|
|
|
- confirmText: 'Download APP Now',
|
|
|
+ confirmText: 'Download App Now',
|
|
|
},
|
|
|
))
|
|
|
}
|
|
|
// 处理对话框确认事件
|
|
|
function handleDialogConfirm() {
|
|
|
- console.log(123123)
|
|
|
- // 跳转到应用商店下载页面
|
|
|
// 关闭对话框
|
|
|
handleDialogClose()
|
|
|
+ // 跳转到应用商店下载页面
|
|
|
+ window.location.href = 'https://static-mp-489f4121-636a-44cd-b309-a132a68309a7.next.bspapp.com/download' // 替换为实际的应用商店链接
|
|
|
}
|
|
|
|
|
|
// 处理对话框关闭事件
|