搜索+转为空格

master
gongfuxiang 2025-01-09 15:06:52 +08:00
parent 660d52fdf7
commit d5b18f5f12
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@
this.setData({ this.setData({
params: params, params: params,
post_data: { post_data: {
wd: params.keywords || '' wd: (params.keywords || '').replace(/\+/g, ' ')
} }
}); });
}, },