Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-05 11:47:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e99ca1e6b3ed5cc0d485a8f408328270fb8f09ef
e99ca1e6
1 parent
25fb7aa1
fix(PointsList): 更新微信运动积分规则和样式调整
更新微信运动积分获取步骤和奖励显示格式 调整部分样式细节和间距
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
22 deletions
src/pages/PointsList/index.less
src/pages/PointsList/index.vue
src/pages/PointsList/index.less
View file @
e99ca1e
...
...
@@ -31,7 +31,7 @@
background: transparent;
border: none;
outline: none;
&::placeholder {
color: #999;
}
...
...
@@ -63,11 +63,11 @@
border-radius: 32rpx;
border: 2rpx solid transparent;
transition: all 0.3s ease;
&.active {
background-color: #e6f7ff;
border-color: #1890ff;
.category-name {
color: #1890ff;
font-weight: bold;
...
...
@@ -101,11 +101,11 @@
padding: 32rpx 0;
border-bottom: 1rpx solid #f0f0f0;
transition: background-color 0.3s ease;
&:active {
background-color: #f8f9fa;
}
&:last-child {
border-bottom: none;
}
...
...
@@ -130,7 +130,7 @@
}
.points-desc {
font-size: 2
6
rpx;
font-size: 2
7
rpx;
color: #666;
line-height: 1.5;
}
...
...
@@ -208,7 +208,7 @@
background-color: #f0f0f0;
border-radius: 24rpx;
transition: background-color 0.3s ease;
&:active {
background-color: #e0e0e0;
}
...
...
@@ -229,7 +229,7 @@
.detail-section {
margin-bottom: 48rpx;
&:last-child {
margin-bottom: 0;
}
...
...
@@ -241,7 +241,7 @@
color: #333;
margin-bottom: 24rpx;
position: relative;
&::before {
content: '';
position: absolute;
...
...
@@ -322,7 +322,7 @@
font-size: 32rpx;
color: #52c41a;
font-weight: bold;
&.bonus {
color: #fa8c16;
}
...
...
@@ -353,20 +353,20 @@
.category-grid {
gap: 12rpx;
}
.category-item {
padding: 12rpx 24rpx;
}
.category-name {
font-size: 24rpx;
}
.points-title {
font-size: 30rpx;
}
.points-desc {
font-size: 24rpx;
}
}
\ No newline at end of file
}
...
...
src/pages/PointsList/index.vue
View file @
e99ca1e
...
...
@@ -213,17 +213,13 @@ const pointsItems = ref([
category: 'daily',
title: '日常步数积分攻略',
description: '通过日常走路获得积分,简单易行的积分获取方式',
reward: '1
分/100步
',
reward: '1
00步=1
',
steps: [
'
打开微信运动,确保步数同步正常
',
'
在微信里,我-设置-通用-辅助功能,启用“微信运功”功能
',
'每日保持运动,记录步数',
'在老来赛APP中同步当日步数',
'系统按100步=1分自动计算积分',
'普通人走1km约3000步,可获得30积分'
'打开“老来赛”小程序,就可以同步微信步数',
],
notes: [
'100步=1分的固定比例',
'步数需在当日同步',
'家庭成员步数同样按此规则计算'
]
},
...
...
Please
register
or
login
to post a comment