绿满眶商城微信小程序-uniapp
peng
2025-09-12 60e4aedc23d54a8f7e661f07a1757da4a44ec726
pages.json
@@ -3,21 +3,18 @@
    "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": [
    // 第一个就是首页
    {
@@ -35,6 +32,7 @@
        "navigationBarTitleText": ""
      }
    }
    // {
    //    "path": "pages/tabbar/home/index",
    //    "style": {
@@ -83,6 +81,7 @@
    // {
    //    // "path": "pages/tabbar/category/category",
    //    "path": "pages/commodity-square/commoditySquare",
    //    "style": {
    //       "navigationBarTitleText": "商品广场",
    //       "navigationStyle": "custom", // 隐藏系统导航栏
@@ -401,6 +400,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 +578,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": {
@@ -1149,7 +1178,8 @@
            "componentPlaceholder": {
              "u-empty": "view",
              "u-loadmore": "view",
              "u-image": "view"
              "u-image": "view",
              "u-empty": "view"
            }
          }
        },
@@ -1207,13 +1237,17 @@
          "style": {
            "navigationBarTitleText": "视频推荐商品",
            "componentPlaceholder": {
              "u-button": "view",
              "u-icon": "view",
              "u-navbar": "view",
              "u-popup": "view"
              "u-button": "view"
            }
          }
        },
        {
          "path": "video-search",
          "style": {
            "navigationBarTitleText": ""
          }
        },
        {
          "path": "video-goods-detail-swiper",
          "style": {
@@ -1245,12 +1279,6 @@
          "path": "video-similar",
          "style": {
            "navigationBarTitleText": "商品相关视频"
          }
        },
        {
          "path": "video-search",
          "style": {
            "navigationBarTitleText": ""
          }
        }
      ]
@@ -1749,6 +1777,56 @@
              "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"
            }
           }
        }
      ]
    },
@@ -1787,6 +1865,18 @@
      ]
    },
    {
      "root": "pages/prize",
      "pages": [
        {
          "path": "PrizeDetail/PrizeDetail",
          "style": {
            "navigationBarTitleText": "抽奖活动",
            "enablePullDownRefresh": false
          }
        }
      ]
    },
    {
      "root": "pages/subComponents",
      "pages": [
        {