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