From b1fd37e9f5ba5d3d7e35300ee97dff90a4065619 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 27 十月 2025 17:30:07 +0800
Subject: [PATCH] 我的页面
---
pages/tabbar/user/my.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue
index 5d1745c..812c4c4 100644
--- a/pages/tabbar/user/my.vue
+++ b/pages/tabbar/user/my.vue
@@ -25,7 +25,6 @@
<view class="activity-icon">
<view class="floating-btn-content">
<text class="floating-btn-icon">馃巵</text>
- <text class="floating-btn-text">鎶藉娲诲姩</text>
</view>
<!-- <image :src="prizeActivity.activityCoverUrl" mode="aspectFit"></image>-->
@@ -49,7 +48,7 @@
<div class="pointBox box">
<u-row text-align="center" gutter="16" class="point">
<u-col text-align="center" span="4" @click="navigateTo('/pages/mine/deposit/operation')">
- <view>棰勫瓨娆�</view>
+ <view>浣欓</view>
<view class="money">{{ walletNum | unitPrice }}</view>
</u-col>
@@ -417,7 +416,7 @@
position: relative;
}
.floating-btn-icon {
- font-size: 70rpx;
+ font-size: 75rpx;
color: white;
filter: drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2));
margin-bottom: 5rpx;
@@ -460,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