代码提交

This commit is contained in:
黄少君
2023-11-15 19:59:37 +08:00
parent dcab74274f
commit 35b43ffd97
43 changed files with 1265 additions and 387 deletions

View File

@ -76,13 +76,14 @@ import ListLoadLoading from "@/components/ListLoadLoading/index.vue"
import emptyIcon from "@/static/icon/empty/收藏.png"
const {getParams, goBack} = useRouter()
const {keyword, refresh, sid, dataList, loadend, loading, listEmpty} = usePage(getProductList)
const {keyword, refresh, sid, couponId, dataList, loadend, loading, listEmpty} = usePage(getProductList)
onLoad((options) => {
const params = getParams(options)
keyword.value = params.keyword || ''
sid.value = params.sid || ''
couponId.value = params.couponId || ''
refresh()
})