From ebea702b9cf6566423fa26c63b603cdc989153e2 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 12 Jun 2026 15:14:23 +0800
Subject: [PATCH] UI:星享购
---
pages/ginfo/ginfo.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/pages/ginfo/ginfo.vue b/pages/ginfo/ginfo.vue
index 60442c2..755e124 100644
--- a/pages/ginfo/ginfo.vue
+++ b/pages/ginfo/ginfo.vue
@@ -12,9 +12,14 @@
<view class="gTitle">
<view class="">{{goodsData.title}}</view>
<view class="">
+ <text>原价</text>
<text>¥</text>
<text>{{goodsData.price}}</text>
- <text>积分:{{goodsData.points}}</text>
+ <text>会员价</text>
+ <text>¥</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