修改耗材问题

This commit is contained in:
duan
2024-11-01 16:36:14 +08:00
parent 5e4022f85c
commit dc1ff9ba43
4 changed files with 38 additions and 28 deletions

View File

@@ -41,6 +41,7 @@ export function queryAllShopInfo(params) {
method: "get",
params: {
shopId: uni.getStorageSync('shopId'),
isVip:1,
...params
}
});