|
|
@@ -408,9 +408,9 @@ function initContentEvent(nameEn) {
|
|
|
success: function (data) {
|
|
|
//请求成功时处理
|
|
|
if (data != null && $.trim(data) != "" && data.success) {
|
|
|
- console.log("success");
|
|
|
+ $(".watchlistpreview-top-close").click();
|
|
|
} else {
|
|
|
- //alert(data.message);
|
|
|
+ console.log("watchlistpreview-top-submit success error," + data);
|
|
|
}
|
|
|
},
|
|
|
beforeSend: function () {
|
|
|
@@ -419,7 +419,7 @@ function initContentEvent(nameEn) {
|
|
|
},
|
|
|
error: function (data) {
|
|
|
//请求出错处理
|
|
|
- //alert('error:' + data);
|
|
|
+ console.log("watchlistpreview-top-submit error," + data);
|
|
|
}
|
|
|
});
|
|
|
});
|