Commit 799d94b3 by 兰国旗

laolan

parent e0357f00
......@@ -198,7 +198,7 @@ class UtilsNeedService2 extends AppServiceBase {
}
}
//判断易名是否有写接口
if(res && res.status == 0 && res.data && res.data.stdout == ""){//先判断没有写接口的情况
if(!res){//先判断没有写接口的情况
if(result && result.status == 0 && result.data && result.data.followContent){
for (let i = 0; i < result.data.followContent.length; i++) {
if(typeof(result.data.followContent[i]) == 'string'){
......
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