增加会员列表会员数传参

This commit is contained in:
YeMingfei666 2024-07-09 09:41:34 +08:00
parent 629046124b
commit 8a3ca7d550
1 changed files with 1 additions and 1 deletions

View File

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