From ae5bb0dc68ec9a0be23d2173cec320d5c41e79d1 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 28 五月 2025 09:05:57 +0800 Subject: [PATCH] Merge branch 'dev' of http://42.193.1.25:9521/r/lmk-shop-wx into dev --- pages/product/product/goods/-goods-intro.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pages/product/product/goods/-goods-intro.vue b/pages/product/product/goods/-goods-intro.vue index a9b7a12..a07208b 100644 --- a/pages/product/product/goods/-goods-intro.vue +++ b/pages/product/product/goods/-goods-intro.vue @@ -60,8 +60,12 @@ </template> <script> +import UEmpty from '@/uview-components/uview-ui/components/u-empty/u-empty.vue'; +import UParse from '@/uview-components/uview-ui/components/u-parse/u-parse.vue'; + import { getGoodsMessage } from "@/api/goods"; export default { + components: {UEmpty,UParse}, data() { return { goodsDetail: "", -- Gitblit v1.8.0