购物车修改

This commit is contained in:
wangweidong 2025-11-17 16:35:27 +08:00
parent 2797f4a24b
commit 6b12e375c6
2 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@
const form = reactive({
nuId: '',
pageNo: 1,
pageSize: 13,
pageSize: 10,
categoryId: '',
typeId: '',
medicationId: '',

View File

@ -79,7 +79,7 @@
const queryInvo = () => {
queryShoppingCartList(form).then(res => {
res.result.records.forEach((item,i)=>{
item.flag = false;
item.flag = true;
item.zk = false;
item.scrollleft = 0;
})