增加会员列表会员总数传参
This commit is contained in:
parent
d96cef1970
commit
a821d74884
|
|
@ -140,7 +140,7 @@ export default {
|
|||
// 获取商家用户概述信息
|
||||
async getShopInfo(){
|
||||
try {
|
||||
const res = await queryAllShopInfo()
|
||||
const res = await queryAllShopInfo({isVip:1})
|
||||
this.shopInfo=res
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
|
|
|
|||
Loading…
Reference in New Issue