From 5df313e611a4459c8de026fafe68b7873ca010d7 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 11 Jun 2026 17:55:39 +0800
Subject: [PATCH] feat:星享购 新增会员价格
---
pages/ginfo/ginfo.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/pages/ginfo/ginfo.vue b/pages/ginfo/ginfo.vue
index e8beb8c..755e124 100644
--- a/pages/ginfo/ginfo.vue
+++ b/pages/ginfo/ginfo.vue
@@ -12,8 +12,12 @@
<view class="gTitle">
<view class="">{{goodsData.title}}</view>
<view class="">
+ <text>原价</text>
<text>¥</text>
<text>{{goodsData.price}}</text>
+ <text>会员价</text>
+ <text>¥</text>
+ <text>{{goodsData.vprice}}</text>
<!-- <text>积分:{{goodsData.points}}</text> -->
<!-- <text>原价:¥{{goodsData.price}}</text> -->
</view>
--
Gitblit v1.9.3