提交 64a6491b 编写于 作者: D Devil

debug

上级 3d4d60f5
......@@ -1390,15 +1390,11 @@ function UrlFieldReplace(field, value, url)
}
} else {
if(value === null)
{
url = str+ext;
} else {
if(str.substr(-1) != '/')
{
str += '/';
}
url = str+field+'/'+value+ext;
}
{
url = str+ext;
} else {
url = str+'/'+field+'/'+value+ext;
}
}
}
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册