Commit 82ca27eb authored by JingChao's avatar JingChao

Updates angular/hlsHttp.md

Auto commit by GitBook Editor
parent 59eb390b
...@@ -14,6 +14,7 @@ APP的开发模式采用前后台完全分离的开发模式,前端代码中 ...@@ -14,6 +14,7 @@ APP的开发模式采用前后台完全分离的开发模式,前端代码中
"offsize": offsize, "offsize": offsize,
}; };
hlsHttp.post(url, param).success(function (res) { hlsHttp.post(url, param).success(function (res) {
//res为返回结果
if (res.result == 'S') { if (res.result == 'S') {
vm.brands = res.brand_id_list; vm.brands = res.brand_id_list;
} else if (res.result == 'E') { } else if (res.result == 'E') {
......
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