ADD
parent
c2c6eb3a12
commit
c1affee65f
|
@ -180,7 +180,7 @@ $('#btndel').on('click', function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!file) {
|
if (!file) {
|
||||||
alert('粘贴内容非图片!');
|
alert('粘贴内容非图片!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var formData = new FormData();
|
var formData = new FormData();
|
||||||
|
@ -220,13 +220,11 @@ $('#btndel').on('click', function () {
|
||||||
xhr.send(formData);
|
xhr.send(formData);
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
/****************************************************************
|
/******************************************************************/
|
||||||
*
|
|
||||||
*/
|
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
(function () {
|
(function () {
|
||||||
var hm = document.createElement("script");
|
var hm = document.createElement("script");
|
||||||
hm.src = "https://hm.baidu.com/hm.js?5320b69f4f1caa9328dfada73c8e6a75";
|
hm.src = "https://hm.baidu.com/hm.js?c790ac2bdc2f385757ecd0183206108d";
|
||||||
var s = document.getElementsByTagName("script")[0];
|
var s = document.getElementsByTagName("script")[0];
|
||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();
|
})();
|
Loading…
Reference in New Issue