Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
98a747b0
authored
Oct 18, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
签到bug
parent
26e36542
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
pages/list/signin/index.js
project.config.json
pages/list/signin/index.js
View file @
98a747b0
...
...
@@ -45,6 +45,10 @@ Page({
*/
onShow
:
function
()
{
this
.
setData
({
tabIndex
:
1
})
//获取话题信息
http
.
getData
(
apis
.
topicInfo
,
'GET'
,
null
,
(
res
)
=>
{
if
(
res
.
errcode
===
0
)
{
...
...
@@ -194,7 +198,8 @@ Page({
let
i
=
e
.
currentTarget
.
dataset
.
index
;
this
.
setData
({
isShowBottom
:
false
isShowBottom
:
false
,
p
:
1
});
...
...
project.config.json
View file @
98a747b0
...
...
@@ -408,6 +408,13 @@
"id"
:
-1
,
"name"
:
"pages/person/welfare/index"
,
"pathName"
:
"pages/person/welfare/index"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"pages/list/signin/index"
,
"pathName"
:
"pages/list/signin/index"
,
"scene"
:
null
}
]
...
...
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