From bc67eb7b9a46c3abedbde46c4989894e9712e99f Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 21 May 2026 10:03:24 +0800
Subject: [PATCH] UI:小猪优选IOS立即更新隐藏及收藏购物车顶部样式优化
---
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