From d14c8fe408eb087dadc1106d2b180f61794b6cb8 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 11 九月 2024 13:48:12 +0800
Subject: [PATCH] 1.首页-下拉刷新功能实现
---
components/banner3d/banner3d.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/banner3d/banner3d.vue b/components/banner3d/banner3d.vue
index 6e0722d..a4004cf 100644
--- a/components/banner3d/banner3d.vue
+++ b/components/banner3d/banner3d.vue
@@ -39,7 +39,7 @@
<view class="desc">
<span
v-if="bannerList[i].point.end">{{bannerList[i].point.current || 0}}/{{bannerList[i].point.end}},升级还需{{bannerList[i].point.end-bannerList[i].point.current}}成长值</span>
- <span v-else>成长值:{{bannerList[i].point.current || 0}}</span>
+ <span v-else>当前成长值:{{bannerList[i].point.current || 0}}</span>
</view>
</view>
</view>
@@ -149,8 +149,8 @@
background-color: #9DBEDF;
padding: 8rpx 14rpx;
color: #fff;
- border-top-left-radius: 16rpx;
- border-bottom-right-radius: 16rpx;
+ border-top-left-radius: 8rpx;
+ border-bottom-right-radius: 8rpx;
text-align: center;
line-height: 48rpx;
min-width: 132rpx;
--
Gitblit v1.9.3