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): 更新微信运动积分规则和样式调整
更新微信运动积分获取步骤和奖励显示格式 调整部分样式细节和间距
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
src/pages/PointsList/index.less
src/pages/PointsList/index.vue
src/pages/PointsList/index.less
View file @
e99ca1e
...
...
@@ -130,7 +130,7 @@
}
.points-desc {
font-size: 2
6
rpx;
font-size: 2
7
rpx;
color: #666;
line-height: 1.5;
}
...
...
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