Commit 5b42a2cc by 冷斌

update

parent ff5c7e4d
......@@ -99,7 +99,8 @@
isbuy=1;
if(data.code==0){
layer.msg(data.msg);
_this.cancelBtn();
// _this.cancelBtn();
window.location.reload();
}else{
layer.msg(data.msg);
return !1;
......@@ -140,8 +141,7 @@
if(data.code==0){
layer.msg(data.msg);
$('#lrow-' + touid).remove();
// _this.cancelBtn();
location.replace(location)
_this.cancelBtn();
}else{
layer.msg(data.msg);
return !1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment