Compare commits
No commits in common. "070f0e61cd2d80598838229a31c157b8c257f108" and "eb8c66b43257df44b9ed4b662db8f7f848484f33" have entirely different histories.
070f0e61cd
...
eb8c66b432
|
|
@ -141,7 +141,6 @@ 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,
|
||||
queryType: 2, // 1=业绩 2=盒数
|
||||
type: 2, // 1=业绩 2=盒数
|
||||
})
|
||||
if (res.code === 200 && res.data) {
|
||||
if (this.page === 1 && res.data.bigRange) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue