fix: 修复搜索补全不生效的问题
This commit is contained in:
parent
cd54dae176
commit
c1915fb6b1
@ -255,7 +255,7 @@ $(function(){
|
|||||||
var inputValue = $(this).val();
|
var inputValue = $(this).val();
|
||||||
// 发送Ajax请求
|
// 发送Ajax请求
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "searchmusic", // 服务器端处理脚本
|
url: "/searchmusic", // 服务器端处理脚本
|
||||||
type: "GET",
|
type: "GET",
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
data: {
|
data: {
|
||||||
|
Loading…
Reference in New Issue
Block a user