diff --git a/src/pages/product/list.vue b/src/pages/product/list.vue index 764089a..a70bc78 100644 --- a/src/pages/product/list.vue +++ b/src/pages/product/list.vue @@ -39,41 +39,43 @@ - - - 📦 - - - {{ item.name }} - {{ item.spec || '-' }} - - - ¥{{ item.price }} - /{{ item.unit }} + + + - - 库存 - {{ getStock(item.productId) }} + + {{ item.name }} + {{ item.spec || '-' }} + + + ¥{{ item.price }} + /{{ item.unit }} + + + 库存 + {{ getStock(item.productId) }} + + + + + + + 暂无商品 + - - - - - 📭 - 暂无商品 - - - - - {{ loading ? '加载中...' : (hasMore ? '上拉加载更多' : '没有更多了') }} + + + {{ loading ? '加载中...' : (hasMore ? '上拉加载更多' : '没有更多了') }} + + @@ -159,7 +161,6 @@ export default { + \ No newline at end of file