Commit 9e7f0ca4187f3cc990561814eeae8a8b58b5cdee
Merge branch 'dev' into 'test'
Dev See merge request !397
Showing
3 changed files
with
13 additions
and
6 deletions
app.json
1 | 1 | { |
2 | - "pages": [ | |
2 | + "pages": [ | |
3 | 3 | "pages/index/index/index", |
4 | 4 | "pages/goods/categoryList/categoryList", |
5 | 5 | "pages/cart/cart/cart", |
... | ... | @@ -83,9 +83,13 @@ |
83 | 83 | "pages/user/assistance/assistance_success", |
84 | 84 | "pages/user/assistance/assistance", |
85 | 85 | "pages/video/index", |
86 | - "pages/template/index" | |
87 | - | |
86 | + "pages/template/index", | |
87 | + "pages/store/index" | |
88 | + | |
88 | 89 | ], |
90 | + | |
91 | + | |
92 | + | |
89 | 93 | "permission": { |
90 | 94 | "scope.userLocation": { |
91 | 95 | "desc": "获取你的位置信息" |
... | ... | @@ -96,7 +100,7 @@ |
96 | 100 | "navigationBarTextStyle": "black", |
97 | 101 | "navigationBarTitleText": "加载中...", |
98 | 102 | "navigationBarBackgroundColor": "#ffffff", |
99 | - "backgroundColor": "#eeeeee", | |
103 | + "backgroundColor": "#ffffff", | |
100 | 104 | "enablePullDownRefresh": true |
101 | 105 | }, |
102 | 106 | "tabBar": { | ... | ... |
pages/index/index/index.js