mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
check js bugs
This commit is contained in:
@@ -23,6 +23,7 @@ $(document).ready(function () {
|
||||
firstId: $('#firstId').val(),
|
||||
secIds: ids
|
||||
}, function (json) {
|
||||
json = $.parseJSON(json);
|
||||
if (json.statusCode != "200") {
|
||||
json = $.parseJSON(json);
|
||||
$(this).alertmsg('warn', json.message);
|
||||
@@ -40,6 +41,7 @@ $(document).ready(function () {
|
||||
firstId: $('#firstId').val(),
|
||||
secIds: ids
|
||||
}, function (json) {
|
||||
json = $.parseJSON(json);
|
||||
if (json.statusCode != "200") {
|
||||
json = $.parseJSON(json);
|
||||
$(this).alertmsg('warn', json.message);
|
||||
|
Reference in New Issue
Block a user