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
0e2ad93b
Commit
0e2ad93b
authored
Aug 21, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modfiy: 底部tab
parent
64039cdf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
32 deletions
+6
-32
app.json
src/app.json
+2
-31
userCenter.json
src/pages/userCenter/userCenter.json
+3
-1
userCenter.wxml
src/pages/userCenter/userCenter.wxml
+1
-0
No files found.
src/app.json
View file @
0e2ad93b
...
@@ -55,35 +55,6 @@
...
@@ -55,35 +55,6 @@
"navigationBarTitleText"
:
"WeChat"
,
"navigationBarTitleText"
:
"WeChat"
,
"navigationBarTextStyle"
:
"black"
"navigationBarTextStyle"
:
"black"
},
},
"tabBar"
:
{
"custom"
:
true
,
"list"
:
[
{
"pagePath"
:
"pages/userCenter/userCenter"
,
"text"
:
"首页"
,
"iconPath"
:
"assets/imgs/7_1_0/home_un.png"
,
"selectedIconPath"
:
"assets/imgs/7_1_0/home.png"
},
{
"pagePath"
:
"pages/category/category"
,
"text"
:
"分类"
,
"iconPath"
:
"assets/imgs/7_1_0/category_un.png"
,
"selectedIconPath"
:
"assets/imgs/7_1_0/category.png"
},
{
"pagePath"
:
"pages/cart/cart"
,
"text"
:
"购物车"
,
"iconPath"
:
"assets/imgs/7_1_0/cart_un.png"
,
"selectedIconPath"
:
"assets/imgs/7_1_0/cart.png"
},
{
"pagePath"
:
"pages/my/my"
,
"text"
:
"我的"
,
"iconPath"
:
"assets/imgs/7_1_0/my_un.png"
,
"selectedIconPath"
:
"assets/imgs/7_1_0/my.png"
}
]
},
"navigateToMiniProgramAppIdList"
:
[
"navigateToMiniProgramAppIdList"
:
[
"wxeb490c6f9b154ef9"
,
"wxeb490c6f9b154ef9"
,
"wxcf6d299fecd830cf"
,
"wxcf6d299fecd830cf"
,
...
@@ -91,6 +62,5 @@
...
@@ -91,6 +62,5 @@
"wx358b56af62edbde1"
,
"wx358b56af62edbde1"
,
"wxc3b64b09b1d3dfc2"
,
"wxc3b64b09b1d3dfc2"
,
"wx857ea77f4f7f4f34"
"wx857ea77f4f7f4f34"
],
]
"sitemapLocation"
:
"sitemap.json"
}
}
\ No newline at end of file
src/pages/userCenter/userCenter.json
View file @
0e2ad93b
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
"hot-item"
:
"/component/hotItem/hotItem"
,
"hot-item"
:
"/component/hotItem/hotItem"
,
"bannerAd"
:
"/component/bannerAd/bannerAd"
,
"bannerAd"
:
"/component/bannerAd/bannerAd"
,
"attention"
:
"/component/attention/attention"
,
"attention"
:
"/component/attention/attention"
,
"guide-page-modal"
:
"/component/guidePageModal/guidePageModal"
"guide-page-modal"
:
"/component/guidePageModal/guidePageModal"
,
"bottom-tabs"
:
"./../../component/bottomTabs/bottomTabs"
}
}
}
}
\ No newline at end of file
src/pages/userCenter/userCenter.wxml
View file @
0e2ad93b
...
@@ -52,3 +52,4 @@
...
@@ -52,3 +52,4 @@
<!--<authorization-modal isAuthorization='{{isAuthorization}}' />-->
<!--<authorization-modal isAuthorization='{{isAuthorization}}' />-->
<guide-page-modal show="{{guidePageModalShow}}" />
<guide-page-modal show="{{guidePageModalShow}}" />
<bottom-tabs />
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