fix(market): update keyworkds
This commit is contained in:
parent
94f0d096d4
commit
f8715a7a0b
|
@ -140,7 +140,7 @@ export default {
|
|||
const res = await marketDynamicsList({
|
||||
pageNum: this.page,
|
||||
pageSize: this.pageSize,
|
||||
keywords: this.keyword,
|
||||
keyWords: this.keyword,
|
||||
})
|
||||
if (res.code === 200 && res.data) {
|
||||
// 在刷新时,更新顶部特殊会员信息
|
||||
|
|
|
@ -143,7 +143,7 @@ export default {
|
|||
const res = await marketDynamicsList({
|
||||
pageNum: this.page,
|
||||
pageSize: this.pageSize,
|
||||
keywords: this.keyword,
|
||||
keyWords: this.keyword,
|
||||
type: 2, // 1=业绩 2=盒数
|
||||
})
|
||||
if (res.code === 200 && res.data) {
|
||||
|
|
Loading…
Reference in New Issue