|
@@ -113,12 +113,7 @@
|
|
|
|
|
|
|
|
const currentTab = ref('products')
|
|
const currentTab = ref('products')
|
|
|
|
|
|
|
|
- const productList = ref([{
|
|
|
|
|
- id: 1,
|
|
|
|
|
- title: '惠普黑白激光打印机 选配小白盒巴',
|
|
|
|
|
- description: '打印机 | 惠普',
|
|
|
|
|
- image: '/static/image/product/product-1.png'
|
|
|
|
|
- }, ])
|
|
|
|
|
|
|
+ const productList = ref([])
|
|
|
|
|
|
|
|
onMounted(async () => {
|
|
onMounted(async () => {
|
|
|
// 如果没有数据,重新获取
|
|
// 如果没有数据,重新获取
|