Commit f6179b25 authored by 雍欢's avatar 雍欢

选择URL之后自动加上.do后缀

parent f326c44c
...@@ -224,7 +224,7 @@ function initDetail(div) { ...@@ -224,7 +224,7 @@ function initDetail(div) {
return {}; return {};
}, },
onChange: function (data) { onChange: function (data) {
$('#url', div).val(data.text); $('#url', div).val(data.text + '.do');
} }
}); });
$('#url-selector-container').css({ $('#url-selector-container').css({
......
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