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

21 lines
437 B
Vue

<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>