forked from angelo/web-retail-h5
## Opt - 增加查询类型
This commit is contained in:
parent
f8715a7a0b
commit
d056d843b8
|
@ -141,6 +141,7 @@ export default {
|
|||
pageNum: this.page,
|
||||
pageSize: this.pageSize,
|
||||
keyWords: this.keyword,
|
||||
queryType: 2,
|
||||
})
|
||||
if (res.code === 200 && res.data) {
|
||||
// 在刷新时,更新顶部特殊会员信息
|
||||
|
|
|
@ -144,7 +144,7 @@ export default {
|
|||
pageNum: this.page,
|
||||
pageSize: this.pageSize,
|
||||
keyWords: this.keyword,
|
||||
type: 2, // 1=业绩 2=盒数
|
||||
queryType: 2, // 1=业绩 2=盒数
|
||||
})
|
||||
if (res.code === 200 && res.data) {
|
||||
if (this.page === 1 && res.data.bigRange) {
|
||||
|
|
Loading…
Reference in New Issue