Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
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
高淑倩
7-Eleven
Commits
5f0848a9
Commit
5f0848a9
authored
Mar 20, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码增加appid
parent
102e2650
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
app.json
src/app.json
+3
-1
myValueCardInfo.js
src/subPackage/page/pages/myValueCardInfo/myValueCardInfo.js
+2
-2
No files found.
src/app.json
View file @
5f0848a9
...
@@ -48,7 +48,8 @@
...
@@ -48,7 +48,8 @@
"wx5717ceb7cfa09f2e"
,
"wx5717ceb7cfa09f2e"
,
"wx358b56af62edbde1"
,
"wx358b56af62edbde1"
,
"wxc3b64b09b1d3dfc2"
,
"wxc3b64b09b1d3dfc2"
,
"wx857ea77f4f7f4f34"
"wx857ea77f4f7f4f34"
,
"wxda40a0626a68d8fb"
],
],
"sitemapLocation"
:
"sitemap.json"
"sitemapLocation"
:
"sitemap.json"
}
}
\ No newline at end of file
src/subPackage/page/pages/myValueCardInfo/myValueCardInfo.js
View file @
5f0848a9
...
@@ -105,11 +105,11 @@ wxService.page({
...
@@ -105,11 +105,11 @@ wxService.page({
});
});
},
},
//开始定时任务 每
1
0s调用一下
//开始定时任务 每
6
0s调用一下
startTimer
()
{
startTimer
()
{
this
.
timer
=
setInterval
(()
=>
{
this
.
timer
=
setInterval
(()
=>
{
this
.
onTapRefreshNo
();
this
.
onTapRefreshNo
();
},
1
0000
);
},
6
0000
);
},
},
//
//
...
...
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