Commit 5b42a2cc by 冷斌

update

parent ff5c7e4d
...@@ -99,7 +99,8 @@ ...@@ -99,7 +99,8 @@
isbuy=1; isbuy=1;
if(data.code==0){ if(data.code==0){
layer.msg(data.msg); layer.msg(data.msg);
_this.cancelBtn(); // _this.cancelBtn();
window.location.reload();
}else{ }else{
layer.msg(data.msg); layer.msg(data.msg);
return !1; return !1;
...@@ -140,8 +141,7 @@ ...@@ -140,8 +141,7 @@
if(data.code==0){ if(data.code==0){
layer.msg(data.msg); layer.msg(data.msg);
$('#lrow-' + touid).remove(); $('#lrow-' + touid).remove();
// _this.cancelBtn(); _this.cancelBtn();
location.replace(location)
}else{ }else{
layer.msg(data.msg); layer.msg(data.msg);
return !1; 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