代码提交
This commit is contained in:
@ -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()
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user