Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_wx
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
穆启卓
walk_daka_wx
Commits
5d672834
Commit
5d672834
authored
May 23, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
赚取步数后仪表盘没更新
parent
125eb59d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.js
pages/index/index.js
+2
-2
index.wxml
pages/index/index.wxml
+2
-2
No files found.
pages/index/index.js
View file @
5d672834
...
...
@@ -670,9 +670,9 @@ Page({
}
});
this
.
setData
({
bubbleList
:
this
.
data
.
bubbleList
,
currentSteps
:
this
.
data
.
currentSteps
+
earnStep
bubbleList
:
this
.
data
.
bubbleList
});
this
.
dynamicDrawCanvas
(
this
.
data
.
currentSteps
+
earnStep
,
this
.
data
.
targetSteps
/
300
);
}
else
{
wx
.
showToast
({
title
:
'报名后将获取步数'
,
...
...
pages/index/index.wxml
View file @
5d672834
...
...
@@ -33,12 +33,12 @@
<!-- 提交步数按钮 -->
<view class="get-info-btn" bindtap="clickStepData">{{unionAuth&&stepAuth?'点击提交今日步数':'点击获取微信步数'}}</view>
<!-- 步数上报记录 -->
<navigator url="/pages/commitRecord/commitRecord" hover-class="none">
<
!-- <
navigator url="/pages/commitRecord/commitRecord" hover-class="none">
<view class="commit-record">
<view>步数上报记录</view>
<image src="/images/common/right_arrow1.png"></image>
</view>
</navigator>
</navigator>
-->
</view>
<view class="other-step-container">
<view class="other-step-title" wx:if="{{stepRecordList.length}}">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment