From e41a81096025af9b746dfd124c7c52d1c6860856 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 16 Jun 2026 17:43:21 +0800
Subject: [PATCH] UI:澜品优选新增会员价
---
pages/ginfo/ginfo.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pages/ginfo/ginfo.vue b/pages/ginfo/ginfo.vue
index 9260862..04288d5 100644
--- a/pages/ginfo/ginfo.vue
+++ b/pages/ginfo/ginfo.vue
@@ -12,10 +12,17 @@
<view class="gTitle">
<view class="">{{goodsData.title}}</view>
<view class="">
+ <text>原价</text>
<text>¥</text>
<text>{{goodsData.price}}</text>
<!-- <text>积分:{{goodsData.points}}</text> -->
</view>
+ <view class="">
+ <text>会员价</text>
+ <text>¥</text>
+ <text>{{goodsData.vprice}}</text>
+ <!-- <text>积分:{{goodsData.points}}</text> -->
+ </view>
<view class="collect" @tap="collectGoods">
<image :src="goodsData.collect == 1 ? '/static/imgs/colls.png' : '/static/imgs/coll.png'" mode=""></image>
</view>
--
Gitblit v1.9.3