Browse Source

修改bug

Jake 1 tháng trước cách đây
mục cha
commit
092d6170f2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      packages/app/src/pages/home/mall/index.vue

+ 2 - 1
packages/app/src/pages/home/mall/index.vue

@@ -222,7 +222,8 @@ onShareTimeline(() => ({
                   </div>
                   <div
                     class="text-black/30 text-[10px] font-normal font-['PingFang_SC'] line-through leading-normal"
-                  v-if="it.productPrice">
+                    v-if="it.productPrice"
+                  >
                     ¥{{ it.productPrice }}
                   </div>
                 </div>