石广澎
2025-11-17 8771da2ccf6f7c3fd2a8c89a1a0e230c6386db7f
pages.json
@@ -2,20 +2,18 @@
   "easycom": {
      "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
   },
   "pages": [
      {
         "path": "pay/scanpay",
   "pages": [{
         "path": "pages/pay/scanpay",
         "style": {
            "navigationBarTitleText": "向商家付款",
            "navigationBarTitleText": "支付",
            "enablePullDownRefresh": false
            // #ifdef H5
            ,
            "navigationStyle": "custom"
            // #endif
         }
      },
      {
         "path": "pay/discountpay",
      }, {
         "path": "pages/pay/discountpay",
         "style": {
            "navigationBarTitleText": "优惠",
            "enablePullDownRefresh": false
@@ -25,9 +23,15 @@
            // #endif
         }
      },
      {
         "path": "pay/register",
      },{
         "path": "pages/pay/wxpay",
         "style": {
            // #ifdef H5
            "navigationStyle": "custom"
            // #endif
         }
      }, {
         "path": "pages/pay/register",
         "style": {
            "navigationBarTitleText": "注册",
            "enablePullDownRefresh": false
@@ -37,9 +41,8 @@
            // #endif
         }
      },
      {
         "path": "pay/paySuccess",
      }, {
         "path": "pages/pay/paySuccess",
         "style": {
            "navigationBarTitleText": "支付成功",
            "enablePullDownRefresh": false
@@ -49,11 +52,81 @@
            // #endif
         }
      },
      {
         "path": "pay/login",
      }, {
         "path": "pages/pay/scanRes",
         "style": {
            "navigationBarTitleText": "邮佰惠",
            "navigationStyle": "custom"
         }
      }, {
         "path": "pages/pay/login",
         "style": {
            "navigationBarTitleText": "登录",
            "enablePullDownRefresh": false
            // #ifdef H5
            ,
            "navigationStyle": "custom"
            // #endif
         }
      }, {
         "path": "pages/pay/addCardFirst",
         "style": {
            "navigationBarTitleText": "添加银行卡",
            "enablePullDownRefresh": false
            // #ifdef H5
            ,
            "navigationStyle": "custom"
            // #endif
         }
      }, {
         "path": "pages/pay/addCardSecond",
         "style": {
            "navigationBarTitleText": "添加银行卡",
            "enablePullDownRefresh": false
            // #ifdef H5
            ,
            "navigationStyle": "custom"
            // #endif
         }
      }, {
         "path": "pages/pay/addCardCode",
         "style": {
            "navigationBarTitleText": "银行卡验证码",
            "enablePullDownRefresh": false
            // #ifdef H5
            ,
            "navigationStyle": "custom"
            // #endif
         }
      }, {
         "path": "pages/pay/bindCard/bindCard",
         "style": {
            "navigationBarTitleText": "绑定银行卡",
            "enablePullDownRefresh": false
            // #ifdef H5
            ,
            "navigationStyle": "custom"
            // #endif
         }
      }, {
         "path": "pages/pay/shuaKa/shuaKa",
         "style": {
            "navigationBarTitleText": "刷卡活动",
            "enablePullDownRefresh": false
            // #ifdef H5
            ,
            "navigationStyle": "custom"
            // #endif
         }
      }, {
         "path": "pages/pay/shuaKa/introduce",
         "style": {
            "navigationBarTitleText": "活动详情",
            "enablePullDownRefresh": false
            // #ifdef H5
            ,
@@ -65,7 +138,7 @@
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "邮佰惠",
      "navigationBarTitleText": "支付",
      "navigationBarBackgroundColor": "#FFFFFF",
      "backgroundColor": "#FFFFFF"
   },