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-01 21:00:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc540127c718440a1bc9f2e8cc08b29dd20b2ae1
cc540127
1 parent
972719db
fix(WeRunAuth): 修复微信步数同步成功提示未显示的问题
style(FamilyRank): 调整样式代码格式保持一致性
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/components/WeRunAuth.vue
src/pages/FamilyRank/index.vue
src/components/WeRunAuth.vue
View file @
cc54012
...
...
@@ -147,10 +147,10 @@ const getWeRunData = async () => {
const { code, data } = await syncWxStepAPI({ encryptedData: weRunRes.encryptedData, iv: weRunRes.iv });
if (code) {
// 提示获取步数成功
//
Taro.showToast({
// title: `获取步数成功:${mockSteps}步
`,
//
icon: 'none'
//
})
Taro.showToast({
title: `获取步数成功
`,
icon: 'none'
})
console.warn('同步微信步数成功', data);
// todaySteps.value = decryptedData.todaySteps
isLoading.value = false
...
...
src/pages/FamilyRank/index.vue
View file @
cc54012
Please
register
or
login
to post a comment