Commit 7a63ae01 by 冷斌

fix bug

parent 3108c082
......@@ -88,7 +88,8 @@
created: function () {
//加载触发函数
let _this = this;
let url = _this.url('/index.php?g=Appapi&m=Profit&a=info')
let url = _this.url('/index.php?g=Appapi&m=Profit&a=info');
sessionStorage.removeItem("source");
$.ajax({
url:url,
dataType:"json",
......
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