From c5542e9e2b2fd14633b596334b957535459ae30e Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 10 Jul 2026 16:17:15 +0800
Subject: [PATCH] UI:澜品优选:1.行权问题修复;2.版本更新提示

---
 pages/quanyi/index.vue |   29 +++++++++++++++++++++++++++--
 1 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/pages/quanyi/index.vue b/pages/quanyi/index.vue
index b713536..651c14e 100644
--- a/pages/quanyi/index.vue
+++ b/pages/quanyi/index.vue
@@ -162,7 +162,7 @@
 		  </view>
 		  <view style="width: 25%;display: flex;flex-direction: column;">
 			  <image style="width: 88rpx;height: 88rpx;" src="/static/img/qy2.png" mode="aspectFit"></image>
-			  <text style="font-size: 24rpx;color: #331C03;margin-top: 15rpx;">购物9折</text>
+			  <text style="font-size: 24rpx;color: #331C03;margin-top: 15rpx;">最低八折</text>
 		  </view>
 		  <view style="width: 25%;display: flex;flex-direction: column;">
 			  <image style="width: 88rpx;height: 88rpx;" src="/static/img/qy3.png" mode="aspectFit"></image>
@@ -193,7 +193,7 @@
 
     <view class="content" style="overflow-y: scroll;padding:  30rpx;padding-bottom: 140rpx;">
 
-      <view class="tips" style="background-color: #39499E;border-radius: 32rpx;margin-top: 20rpx;padding: 30rpx;color: #CFD5F5;font-size: 28rpx;">
+      <view class="tips" style="background-color: #39499E;border-radius: 50rpx;margin-top: 20rpx;padding: 30rpx;color: #CFD5F5;font-size: 28rpx;">
 		  <view class="content-title" style="text-align: center;display: flex;align-items: center;justify-content: center;margin-top: 20rpx;margin-bottom: 30rpx;">
 		    <image style="width: 111rpx;height: 8rpx;" src="/static/img/nion1.png"></image>
 		    <view style="font-size: 36rpx;color: #CFD5F5;margin: 0 20rpx;">会员权益说明</view>
@@ -307,6 +307,31 @@
       </view> -->
 
       <!--      <view style="text-align: center;display: flex;flex-direction: row;justify-content: center"><text @click="submit(false)" style="color: #666666;margin-bottom: 20rpx;font-size: 28rpx">不同意</text></view>-->
+	  
+	  <!--   专享会员生活权益   -->
+		<view style="padding: 0 30rpx; background-color: #FFFFFF;padding-top: 3rpx;border-radius: 50rpx;margin-top: 30rpx;">
+		  <view class="content-title" style="text-align: center;margin-top: 50rpx;margin-bottom: 40rpx;">
+			<view style="font-size: 36rpx;color: #333333;margin: 0 20rpx;">
+			  <span class="content-title-item">虚拟权益</span>
+			</view>
+			<view style="color: #666666;font-size: 24rpx;">专享权益以实际兑换页面为准</view>
+		  </view>
+		  <view class="life" style="background: url('/static/img/qsLife.png') no-repeat top center; background-size: 100%;width: 100%;height: 500rpx;">
+  
+		  </view>
+		  <view class="life" style="background: url('/static/img/qsLife2.png') no-repeat top center; background-size: 100%;width: 100%;height: 700rpx;">
+  
+		  </view>
+		  <view class="content-title" style="text-align: center;margin-top: 0rpx;margin-bottom: 40rpx;">
+			<view style="font-size: 36rpx;color: #333333;margin: 0 20rpx;">
+			  <span class="content-title-item">实物权益</span>
+			</view>
+			<view style="color: #666666;font-size: 24rpx;">专享权益以商城实际发出商品为准</view>
+		  </view>
+		  <view class="physical" style="background: url('/static/img/qsPhysical.png') no-repeat top center; background-size: 100%;width: 100%;height: 982rpx;">
+  
+		  </view>
+		</view>
     </view>
     <textBox v-if="showTextBox" ref="textBox" :code="memberPeriodConfigInfo.protocolCode" :title="memberPeriodConfigInfo.protocolName"></textBox>
   </view>

--
Gitblit v1.9.3