From b185d60269102c404509156f7cf6859b9b0e034c Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 01 九月 2025 21:55:47 +0800 Subject: [PATCH] 添加左右滑动跳转相应页面功能 --- pages/product/comment.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/product/comment.vue b/pages/product/comment.vue index 408d966..58ebd48 100644 --- a/pages/product/comment.vue +++ b/pages/product/comment.vue @@ -322,7 +322,7 @@ .star { width: 30rpx; height: 30rpx; - background: url("/static/star.png"); + background: url("/pages/subComponents/static/star.png"); background-size: 100%; } } -- Gitblit v1.8.0