Commit f5989605 by 王悦

fix url地址

parent 70833945
......@@ -575,8 +575,8 @@ class TradetransferService extends ServiceBase {
}
function buildurl(url){
if (url && url.indexOf("com//") > -1){
return url.split("com//")[1]
if (url && url.indexOf("com/") > -1){
return url.split("com/")[1]
}
return url
}
......
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