This commit is contained in:
1154079537 2024-06-08 16:11:55 +08:00
commit 3534ca8114
1 changed files with 6 additions and 1 deletions

View File

@ -191,6 +191,9 @@
})
}
//
const storeInfo = JSON.parse(uni.getStorageSync('STORE_INFO'))
/*商品列表滚动隐藏头部导航 */
const instance = getCurrentInstance(); //
const targetHeight = ref(0)
@ -266,8 +269,10 @@
page_size: 25,
name: '',
order: '',
store_id: '2'
store_id: storeInfo.id
})
// console.log(JSON.parse(uni.getStorageSync('STORE_INFO')))
const loading = ref(true);
const goodList = ref([]);
const getGoodList = (loadmore = false) => {