3
0
Fork 0

fix(market): update keyworkds

This commit is contained in:
woody 2025-06-13 18:16:52 +08:00
parent 94f0d096d4
commit f8715a7a0b
2 changed files with 2 additions and 2 deletions

View File

@ -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) {
//

View File

@ -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) {