|
|
@@ -1,62 +1,4 @@
|
|
|
{
|
|
|
- "pages": [{
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
- "enablePullDownRefresh": true,
|
|
|
- "navigationStyle": "custom",
|
|
|
- "navigationBarTitleText": "商城首页"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/category/category",
|
|
|
- "style": {
|
|
|
- // #ifdef APP-PLUS
|
|
|
- "navigationStyle": "custom",
|
|
|
- // #endif
|
|
|
- // #ifndef MP
|
|
|
- "app-plus": {
|
|
|
- "bounce": "none",
|
|
|
- "titleNView": {
|
|
|
- "searchInput": {
|
|
|
- "backgroundColor": "rgba(231, 231, 231,.7)",
|
|
|
- "borderRadius": "16px",
|
|
|
- "placeholder": "商品搜索",
|
|
|
- "disabled": true,
|
|
|
- "placeholderColor": "#606266",
|
|
|
- "align": "left"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- // #endif
|
|
|
- "navigationBarTitleText": "分类",
|
|
|
- "navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/cart/cart",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "购物车",
|
|
|
- "navigationBarBackgroundColor": "#FFFFFF",
|
|
|
- "navigationBarTextStyle": "black"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/user/user",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "个人中心"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/user/jiedian",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的接点",
|
|
|
- "navigationBarBackgroundColor": "#FFFFFF",
|
|
|
- "navigationBarTextStyle": "black"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/user/accounts"
|
|
|
- }
|
|
|
- ],
|
|
|
"pages": [{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|