This commit is contained in:
X1627315083@163.com
2026-05-22 14:35:43 +08:00
parent 49cec0ee28
commit 9b86a9f65e

View File

@@ -25,6 +25,7 @@ const addShopping = (item) => {
} }
const setType = (val) => { const setType = (val) => {
type.value = val type.value = val
listingList.value = []
getMerchantData.pageNum = 1 getMerchantData.pageNum = 1
getMerchantData.isShowMark = false getMerchantData.isShowMark = false
getMerchantData.isNoData = false getMerchantData.isNoData = false