From a89c11d01a40ebe2707426774a428b84aeaca464 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 08 Jun 2026 09:29:02 +0800
Subject: [PATCH] feat:星享购 订单详情隐藏掉还款相关的展示

---
 pages/quanshou/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/quanshou/index.vue b/pages/quanshou/index.vue
index 199d763..33aebf9 100644
--- a/pages/quanshou/index.vue
+++ b/pages/quanshou/index.vue
@@ -109,7 +109,7 @@
             uni.request( {
               url: _this.$webHost+'/api/v2/memberEquity/clickUrlByShop/'+_this.$util.getUserInfo().phone,
             })
-            uni.navigateTo( {
+            uni.navigateTo({
               url: '/pages/web/toUrl?webUel=' + encodeURIComponent(res.data.data.url)
             })
           } else {
@@ -199,8 +199,8 @@
       <!--   尊享会员年卡   -->
       <view style="background: url('/static/img/qyBg2.png') no-repeat top center; background-size: 100%;width: 100%;height: 390rpx;padding: 80rpx;margin-top: 30rpx;">
         <view style="font-size: 48rpx;font-weight: bold;background: -webkit-linear-gradient(#2A261A, #141316);-webkit-background-clip: text;-webkit-text-fill-color: transparent;">黑卡VIP卡</view>
-        <view style="font-size: 28rpx;font-weight: 400;color: #2A261A;">扣款日期:2026-05-01</view>
-        <view style="display: flex;margin-top: 50rpx;align-items: self-end;">
+        <view v-if="lst.length" style="font-size: 28rpx;font-weight: 400;color: #2A261A;">扣款日期:{{lst[0].buyDate}}</view>
+        <view v-if="lst.length" style="display: flex;margin-top: 50rpx;align-items: self-end;">
           <view v-if="lst.length" style="font-size: 28rpx;width: 70%;">
             <p style="background: -webkit-linear-gradient(#2A261A, #141316);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 48rpx;font-weight: 500;">¥{{lst[0].amount.toFixed(2)}} <span style="font-size: 24rpx;">{{lst[0].isBuy?'已扣款' : ''}}</span></p>
           </view>
@@ -238,7 +238,7 @@
 			  <image style="width: 100%;height: 538rpx;" mode="aspectFit" src="/static/img/quanshou/xn1.png"></image>
 			  <image style="width: 100%;height: 538rpx;" mode="aspectFit" src="/static/img/quanshou/xn2.png"></image>
 			  <image style="width: 100%;height: 342rpx;" mode="aspectFit" src="/static/img/quanshou/xn3.png"></image>
-			  <image style="width: 100%;height: 712rpx;" mode="aspectFit" src="/static/img/quanshou/xn4.png"></image>
+			  <image style="width: 100%;height: 712rpx;margin-top: 20rpx;" mode="aspectFit" src="/static/img/quanshou/xn4.png"></image>
 			  <button class="exchange-btn" @click="toHuiyuan">我要领取</button>
 			  <view class="note" style="padding-bottom: 50rpx;text-align: center;">* 虚拟权益以实际兑换为准</view>
 		  </view>

--
Gitblit v1.9.3