Skip to content

Commit 12dd189

Browse files
committed
Update simple.js
1 parent 58bab95 commit 12dd189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/simple.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ $('.start-mixin').click(function () {
5656
$(this).removeClass('disabled');
5757
}
5858
}, 'jsonp').fail(() => {
59-
M.toast('短链接请求失败');
59+
M.toast({html: '短链接请求失败'});
6060
setText();
61+
$(this).removeClass('disabled');
6162
});
6263
}
6364
} else {

0 commit comments

Comments
 (0)