完成consumer端同步
This commit is contained in:
@@ -88,7 +88,7 @@ type ShareRecord = {
|
||||
const shares = ref<ShareRecord[]>([])
|
||||
const loading = ref<boolean>(true)
|
||||
const showRules = ref<boolean>(false)
|
||||
const defaultImage: string = '/static/images/default-product.png'
|
||||
const defaultImage: string = '/static/images/default.png'
|
||||
|
||||
const totalShares = computed((): number => shares.value.length)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user