Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
home-with-kids-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c0f6ab09
authored
2020-01-20 12:20:08 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
909e7a61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
src/app.json
src/pages/index/index.js
src/app.json
View file @
c0f6ab0
...
...
@@ -14,7 +14,7 @@
"window"
:
{
"backgroundTextStyle"
:
"light"
,
"navigationBarBackgroundColor"
:
"#fff"
,
"navigationBarTitleText"
:
"
组团拜年
"
,
"navigationBarTitleText"
:
"
家有儿孙
"
,
"navigationBarTextStyle"
:
"black"
},
"requiredBackgroundModes"
:
[
"audio"
],
...
...
src/pages/index/index.js
View file @
c0f6ab0
...
...
@@ -327,6 +327,10 @@ Page({
url
:
app
.
api
.
tabList
,
data
:
{}
}).
then
((
result
)
=>
{
// result.push({
// type: 2,
// tabName:"组团拜年"
// })
this
.
setData
({
tabList
:
result
})
...
...
Please
register
or
sign in
to post a comment