1
0
鏡像自 https://github.com/ialley-workshop-open/uni-halo.git 已同步 2026-06-12 13:19:31 +08:00

fix: 修复瞬间详情显示bug

此提交包含在:
小莫唐尼
2025-07-22 00:40:36 +08:00
父節點 eac027c116
當前提交 9c4d2242ae
共有 2 個檔案被更改,包括 3 行新增2 行删除
+1 -1
查看文件
@@ -38,7 +38,7 @@
<!-- 精品分类 -->
<block v-if="calcIsShowCategory">
<view class="flex flex-between mt-16 mb-24 pl-24 pr-24">
<view class="page-item_title text-weight-b ">分类</view>
<view class="page-item_title text-weight-b ">分类</view>
<view class="show-more flex flex-center bg-white round-3" @click="fnToCategoryPage">
<text class="iconfont icon-angle-right text-size-s text-grey-darken-1"></text>
</view>