From 7654d718d458420c7e2d714d2cb40a7a4ffdcc68 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 17 Apr 2026 14:42:31 +0800
Subject: [PATCH] feat: 小猪优选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