From c8cef398fbf1f9b63dbf23637ef520b421515dc9 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 20 十一月 2025 10:13:08 +0800
Subject: [PATCH] 领劵中心修改显示,售后修改银行信息非必填

---
 pages/tabbar/user/my.vue |   40 +++++++++++++++++++++++++++++++++-------
 1 files changed, 33 insertions(+), 7 deletions(-)

diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue
index 1ea9fc0..dd17c49 100644
--- a/pages/tabbar/user/my.vue
+++ b/pages/tabbar/user/my.vue
@@ -23,7 +23,11 @@
       <view class="activity-content">
         <!-- 娲诲姩鍥炬爣锛堜娇鐢ㄦ帴鍙h繑鍥炵殑 activityCoverUrl锛� -->
         <view class="activity-icon">
-          <image :src="prizeActivity.activityCoverUrl" mode="widthFix"></image>
+          <view class="floating-btn-content">
+            <text class="floating-btn-icon">馃巵</text>
+          </view>
+
+<!--          <image :src="prizeActivity.activityCoverUrl" mode="aspectFit"></image>-->
         </view>
         <!-- 娲诲姩淇℃伅锛堝悕绉般�佹弿杩般�佸�掕鏃讹級 -->
         <view class="activity-info">
@@ -100,13 +104,13 @@
 	      <view>
 	        <text class="iconfont">&#xe676;</text>
 	      </view>
-	      <view>瑙嗛涓婚〉</view>
+	      <view>鎴戠殑瑙嗛</view>
 	    </view>
 	    <view class="order-item" @click="navigateTo('/pages/mine/myAttention')">
 	      <view>
 	        <text class="iconfont">&#xe66f;</text>
 	      </view>
-	      <view>鍏虫敞鍒楄〃</view>
+	      <view>鎴戠殑鍏虫敞</view>
 	    </view>
 <!-- 	    <view class="order-item" @click="navigateTo('/pages/mine/myCollect/myCollect')">
 	      <view>
@@ -120,12 +124,12 @@
 		  </view>
 		  <view>鎴戠殑娲诲姩</view>
 		</view>
-		<view class="order-item" @click="navigateTo('/pages/mine/myTracks')">
+<!-- 		<view class="order-item" @click="navigateTo('/pages/mine/myTracks')">
 		  <view>
 		    <text class="iconfont">&#xe738;</text>
 		  </view>
 		  <view>娴忚璁板綍</view>
-		</view>
+		</view> -->
 	  </view>
 	</div>
 	
@@ -151,9 +155,11 @@
 import storage from '@/utils/storage.js'
 import { getSessionId, userAction } from "@/api/userAction.js";
 import {getONPrizeActivity} from "@/api/prize-activity";
+import UIcon from "../../subComponents/uview-components/uview-ui/components/u-icon/u-icon.vue";
 
 export default {
   components: {
+    UIcon,
     tool
   },
   data() {
@@ -401,7 +407,28 @@
 body {
   overflow: auto;
 }
-  
+  .floating-btn-content {
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    justify-content: center;
+    z-index: 1;
+    position: relative;
+  }
+  .floating-btn-icon {
+    font-size: 75rpx;
+    color: white;
+    filter: drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2));
+    margin-bottom: 5rpx;
+  }
+  .floating-btn-text {
+    font-size: 20rpx;
+    color: white;
+    z-index: 1;
+    position: relative;
+    text-shadow: 0 1rpx 3rpx rgba(0, 0, 0, 0.2);
+    white-space: nowrap;
+  }
 .member-gradient-bg {
 	width: 98%;
 	height: 250rpx;
@@ -432,7 +459,6 @@
     margin-right: 24rpx;
     border-radius: 16rpx;
     overflow: hidden;
-    background: rgba(255,255,255,0.2);
     image {
       width: 100%;
       height: 100%;

--
Gitblit v1.8.0