mall-app-t/pages/index/product.vue

21 lines
437 B
Vue
Raw Normal View History

2024-05-22 15:42:13 +08:00
<template>
<pb-layout
title="分类"
navbar="normal"
tabbar="/pages/index/category"
:bgStyle="bgStyle"
opacityBgUi="bg-white"
color="black"
>
<p-empty icon="/static/soldout-empty.png" text="暂无内容" />
</pb-layout>
</template>
<script setup>
const bgStyle = {
backgroundImage: '',
backgroundColor: '',
description: '',
}
</script>