Commit 3f6e5af7 by 冷斌

fix bug

parent 4583202f
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
// _this.identity = // _this.identity =
// _this.certification = d.certification; // _this.certification = d.certification;
if (d.identity == 1) { if (d.identity == 1) {
window.location.href = this.url('/index.php?g=Appapi&m=Profit&a=index'); window.location.href = _this.url('/index.php?g=Appapi&m=Profit&a=index');
} }
}else{ }else{
layer.msg(data.msg); layer.msg(data.msg);
......
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