From 075ca275bdbede7e8d7bf7bf79b91c6fc68e76a4 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 11 May 2026 10:33:44 +0800
Subject: [PATCH] feat:小猪优选 购物车和订单的顶部改成top: 44px;
---
pages/ginfo/ginfo.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pages/ginfo/ginfo.vue b/pages/ginfo/ginfo.vue
index 60442c2..fb5dec1 100644
--- a/pages/ginfo/ginfo.vue
+++ b/pages/ginfo/ginfo.vue
@@ -13,8 +13,9 @@
<view class="">{{goodsData.title}}</view>
<view class="">
<text>¥</text>
- <text>{{goodsData.price}}</text>
- <text>积分:{{goodsData.points}}</text>
+ <text>{{goodsData.vprice}}</text>
+ <!-- <text>积分:{{goodsData.points}}</text> -->
+ <text>原价:¥{{goodsData.price}}</text>
</view>
<view class="collect" @tap="collectGoods">
<image :src="goodsData.collect == 1 ? '/static/imgs/colls.png' : '/static/imgs/coll.png'" mode=""></image>
--
Gitblit v1.9.3