绿满眶商城微信小程序-uniapp
zxl
23 小时以前 e6e969ad460293d3e14ca5ed89fd3b1df82e37c3
pages.json
@@ -3,21 +3,20 @@
    "autoscan": true,
    "custom": {
      "^u-(.*)": "@/pages/subComponents/uview-components/uview-ui/components/u-$1/u-$1.vue",
      "^l-(.*)": "@/pages/prize/lime-dialer_0.2.7/components/l-$1/l-$1.vue",
      "__placeholder__": true
      //uview,
      // "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue" // uniapp组件
    }
  },
  // "preloadRule": {
  //    "pages/tabbar/index/home": // 页面路径
  //    // 页面的预下载配置
  //    {
  //       "network": "all", // all(不限网络) wifi(仅wifi下预下载)
  //       "packages": [
  //          "components/uview-components"
  //       ] // 预下载分包的 root 或 name。__APP__ 表示主包
  //    }
  // },
  "preloadRule": {
    "pages/prize/PrizeDetail/PrizeDetail": {
      "network": "all",
      "packages": [
        "pages/prize"
      ]
    }
  },
  "pages": [
    // 第一个就是首页
    {
@@ -25,7 +24,10 @@
      "style": {
        // "navigationBarTitleText" : "视频",
        "enablePullDownRefresh": false,
        "navigationStyle": "custom"
        "navigationStyle": "custom",
        "componentPlaceholder": {
          "u-icon": "view"
        }
        // 隐藏顶部导航栏
      }
    },
@@ -198,6 +200,7 @@
    // {
    //   "path": "pages/tabbar/user/my",
    //   "style": {
    //     "navigationBarTextStyle": "white",
    //     "navigationBarTextStyle": "white",
    //     "enablePullDownRefresh": true,
    //     "navigationStyle": "custom",
@@ -401,6 +404,31 @@
    //    ]
    // },
    {
      "root": "pages/prizeRecord",
      "pages": [
        {
          "path": "prizeRecord",
          "style": {
            "navigationBarTitleText": "",
            "componentPlaceholder": {
              "u-form": "view",
              "u-form-item": "view",
              "u-input": "view",
              "u-icon": "view",
              "u-action-sheet": "view",
              "u-checkbox-group": "view",
              "u-checkbox": "view",
              "u-navbar": "view",
              "u-button": "view",
              "u-image": "view",
              "u-empty": "view",
              "u-loadmore": "view"
            }
          }
        }
      ]
    },
    {
      "root": "pages/mine",
      "pages": [
        // {
@@ -554,13 +582,18 @@
            }
          }
        },
        // {
        //   "path": "address/storeAddress",
        //   "style": {
        //     "enablePullDownRefresh": true,
        //     "navigationBarTitleText": "自提点"
        //   }
        // },
        {
          "path": "address/storeAddress",
          "style": {
            "enablePullDownRefresh": true,
            "navigationBarTitleText": "自提点",
            "componentPlaceholder": {
              "u-empty": "view",
              "u-icon": "view",
              "u-action-sheet": "view"
            }
          }
        },
        {
          "path": "address/add",
          "style": {
@@ -713,6 +746,17 @@
              "u-picker": "view",
              "u-icon": "view"
            }
          }
        },
        {
          "path": "help/customerService",
          "style": {
            "navigationBarTitleText": "联系客服",
            "componentPlaceholder":{
              "u-icon": "view"
            }
          }
        },
        {
@@ -1149,7 +1193,8 @@
            "componentPlaceholder": {
              "u-empty": "view",
              "u-loadmore": "view",
              "u-image": "view"
              "u-image": "view",
              "u-empty": "view"
            }
          }
        },
@@ -1181,7 +1226,11 @@
        {
          "path": "home-page",
          "style": {
            "navigationBarTitleText": "TA的主页"
            "navigationBarTitleText": "TA的主页",
            "componentPlaceholder": {
              "u-icon": "view",
              "u-loadmore": "view"
            }
          }
        },
        {
@@ -1199,7 +1248,16 @@
        {
          "path": "video-edit",
          "style": {
            "navigationBarTitleText": "视频编辑"
            "navigationBarTitleText": "视频编辑",
            "componentPlaceholder": {
              "u-popup": "view",
              "u-button": "view",
              "u-icon": "view",
              "u-form": "view",
              "u-form-item": "view",
              "u-input": "view",
              "u-search": "view"
            }
          }
        },
        {
@@ -1207,11 +1265,14 @@
          "style": {
            "navigationBarTitleText": "视频推荐商品",
            "componentPlaceholder": {
              "u-button": "view",
              "u-icon": "view",
              "u-navbar": "view",
              "u-popup": "view"
              "u-button": "view"
            }
          }
        },
        {
          "path": "video-search",
          "style": {
            "navigationBarTitleText": ""
          }
        },
        {
@@ -1245,12 +1306,6 @@
          "path": "video-similar",
          "style": {
            "navigationBarTitleText": "商品相关视频"
          }
        },
        {
          "path": "video-search",
          "style": {
            "navigationBarTitleText": ""
          }
        }
      ]
@@ -1525,13 +1580,28 @@
        {
          "path": "complain/complain",
          "style": {
            "navigationBarTitleText": "订单商品投诉"
            "navigationBarTitleText": "订单商品投诉",
            "componentPlaceholder": {
              "u-popup": "view",
              "u-icon": "view",
              "u-line": "view",
              "u-image": "view",
              "u-select": "view",
              "u-input": "view",
              "u-upload": "view"
            }
          }
        },
        {
          "path": "complain/complainInfo",
          "style": {
            "navigationBarTitleText": "投诉详情"
            "navigationBarTitleText": "投诉详情",
            "componentPlaceholder": {
              "u-image": "view",
              "u-cell-group": "view",
              "u-cell-item": "view",
              "u-input": "view"
            }
          }
        },
        {
@@ -1691,7 +1761,20 @@
          }
        },
        {
          "path": "afterSales/afterSalesDetailExpress"
          "path": "afterSales/afterSalesDetailExpress",
          "style": {
            "componentPlaceholder": {
              "u-image": "view",
              "u-icon": "view",
              "u-form": "view",
              "u-form-item": "view",
              "u-input": "view",
              "u-button": "view",
              "u-select": "view",
              "u-calendar": "view",
              "u-toast": "view"
            }
          }
        },
        {
          "path": "afterSales/afterSalesSelect",
@@ -1699,7 +1782,14 @@
            "navigationBarTitleText": "申请售后",
            "componentPlaceholder": {
              "u-image": "view",
              "u-icon": "view"
              "u-icon": "view",
              "u-form": "view",
              "u-form-item": "view",
              "u-input": "view",
              "u-button": "view",
              "u-select": "view",
              "u-calendar": "view",
              "u-toast": "view"
            }
          }
        },
@@ -1749,6 +1839,59 @@
              "u-notice-bar": "view"
            }
          }
        },
        {
          "path": "claim-coupon/claim-coupon",
          "style": {
            "navigationBarTitleText": "商品兑换券领取",
            "enablePullDownRefresh": true,
            "componentPlaceholder": {
              "u-image": "view",
              "u-tag": "view",
              "u-loading": "view",
              "u-empty": "view",
              "u-modal": "view"
            }
          }
        },
        {
          "path": "editOrderAddress/editOrderAddress",
          "style": {
            "navigationBarTitleText": "修改订单",
            "componentPlaceholder": {
              "u-image": "view",
              "u-row": "view",
              "u-col": "view",
              "u-input": "view",
              "u-icon": "view",
              "u-select": "view",
              "u-notice-bar": "view"
            }
          }
        },
        {
          "path": "cardPack",
          "style": {
            "navigationBarTitleText": "优惠劵卡包",
            "componentPlaceholder": {
              "u-navbar": "view",
              "u-checkbox-group": "view",
              "u-checkbox": "view",
              "u-swipe-action": "view",
              "u-image": "view",
              "u-icon": "view",
              "u-count-down": "view",
              "u-modal": "view",
              "u-popup": "view",
              "u-empty": "view"
            }
          }
        },
        {
          "path": "constomize/constomize",
          "style": {
            "navigationBarTitleText": "定制信息"
          }
        }
      ]
    },
@@ -1782,6 +1925,32 @@
            "navigationBarTitleText": "神厨",
            "navigationStyle": "custom"
            // 隐藏系统导航栏
          }
        },
        {
          "path": "KitchenCustomize",
          "style": {
            "navigationBarTitleText": "神厨定制",
            "navigationStyle": "custom"
          }
        },
        {
          "path": "KitchenCover",
          "style": {
            "navigationBarTitleText": "神厨封面",
            "navigationStyle": "custom"
          }
        }
      ]
    },
    {
      "root": "pages/prize",
      "pages": [
        {
          "path": "PrizeDetail/PrizeDetail",
          "style": {
            "navigationBarTitleText": "抽奖活动",
            "enablePullDownRefresh": false
          }
        }
      ]
@@ -2126,11 +2295,45 @@
          }
        }
      ]
    },
    {
      "root": "pages/storeClaim",
      "pages": [
        {
          "path": "store-claim",
          "style": {
            "navigationBarTitleText": "优惠卷领取",
            "componentPlaceholder": {
              "u-card": "view",
              "u-navbar": "view",
              "u-tag": "view",
              "u-icon": "view",
              "u-button": "view",
              "u-empty": "view"
            }
          }
        },
        {
          "path": "storePrizeClaim",
          "style": {
            "navigationBarTitleText": "领取抽奖机会",
            "componentPlaceholder": {
              "u-card": "view",
              "u-navbar": "view",
              "u-tag": "view",
              "u-icon": "view",
              "u-button": "view",
              "u-empty": "view",
              "u-image": "view"
            }
          }
        }
      ]
    }
  ],
  "globalStyle": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "绿满筐",
    "navigationBarTitleText": "美益筐",
    "titleColor": "#303133",
    "navigationBarBackgroundColor": "#fff",
    "backgroundColor": "#fff",
@@ -2192,4 +2395,4 @@
    //    "query": "" //启动参数,在页面的onLoad函数里面得到
    // }]
  }
}
}