完成consumer端同步
This commit is contained in:
@@ -170,7 +170,7 @@ const selectedProduct = ref<PointProduct | null>(null)
|
||||
const exchangeQuantity = ref<number>(1)
|
||||
const exchanging = ref<boolean>(false)
|
||||
|
||||
const defaultImage: string = '/static/images/default-product.png'
|
||||
const defaultImage: string = '/static/images/default.png'
|
||||
|
||||
const filteredProducts = computed((): PointProduct[] => {
|
||||
if (activeTab.value === 'all') {
|
||||
|
||||
Reference in New Issue
Block a user