搜索+转为空格
parent
660d52fdf7
commit
d5b18f5f12
|
|
@ -324,7 +324,7 @@
|
|||
this.setData({
|
||||
params: params,
|
||||
post_data: {
|
||||
wd: params.keywords || ''
|
||||
wd: (params.keywords || '').replace(/\+/g, ' ')
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue