更新于 07-05 23:05

This commit is contained in:
root
2021-07-05 23:05:46 -04:00
parent 4073cfe742
commit e8a7fa7c6c
3 changed files with 9 additions and 12 deletions

View File

@@ -44,12 +44,11 @@ $(document).ready(function () {
userCookie = data.cookie;
msg = data.msg;
Swal.fire({
title: msg || '🎈添加成功🎈',
title: msg + '🎈添加成功🎈',
html:
'<div class="cookieCon" style="font-size:12px;">' +
`您的账号已经成功添加,时长为一个月` +
'</div>',
text: `您的账号已经成功添加,时长为一个月`,
icon: 'success',
confirmButtonText: '返回',
}).then((result) => {