mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-21 14:43:47 +08:00
更新于 07-05 23:05
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user