搜索优化
parent
87b0f4f052
commit
fe52ffef12
|
|
@ -324,7 +324,7 @@
|
||||||
this.setData({
|
this.setData({
|
||||||
params: params,
|
params: params,
|
||||||
post_data: {
|
post_data: {
|
||||||
wd: (params.keywords || '').replace(/\+/g, ' ')
|
wd: params.keywords || ''
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue