diff --git a/pages.json b/pages.json index ab6453ff..8ce9b60b 100644 --- a/pages.json +++ b/pages.json @@ -3,30 +3,32 @@ { "path": "pages/index/index", "style": { - // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-TOUTIAO || H5 + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-TOUTIAO || H5 || APP "navigationStyle": "custom", + "navigationBarTitleText": "首页", // #endif // #ifdef MP-ALIPAY "transparentTitle": "always", "titlePenetrate": "YES", + "navigationBarTitleText": "", // #endif "enablePullDownRefresh": true, - "navigationBarTextStyle": "white", - "navigationBarTitleText": "" + "navigationBarTextStyle": "white" } }, { "path": "pages/goods-category/goods-category", "style": { - // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-TOUTIAO || H5 + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-TOUTIAO || H5 || APP "navigationStyle": "custom", + "navigationBarTitleText": "商品分类", // #endif // #ifdef MP-ALIPAY "transparentTitle": "always", "titlePenetrate": "YES", + "navigationBarTitleText": "", // #endif - "enablePullDownRefresh": true, - "navigationBarTitleText": "" + "enablePullDownRefresh": true } }, { @@ -39,15 +41,16 @@ { "path": "pages/user/user", "style": { - // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-TOUTIAO || H5 + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-TOUTIAO || H5 || APP "navigationStyle": "custom", + "navigationBarTitleText": "用户中心", // #endif // #ifdef MP-ALIPAY "transparentTitle": "always", "titlePenetrate": "YES", + "navigationBarTitleText": "", // #endif - "enablePullDownRefresh": true, - "navigationBarTitleText": "" + "enablePullDownRefresh": true } }, { @@ -93,7 +96,7 @@ // "share-button": "plugin://goodsSharePlugin/share-button" // }, // // #endif - // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-TOUTIAO || H5 + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-TOUTIAO "navigationStyle": "custom", // #endif "enablePullDownRefresh": true, diff --git a/pages/plugins/wallet/user-recharge/user-recharge.vue b/pages/plugins/wallet/user-recharge/user-recharge.vue index 219ec0df..df154bf8 100644 --- a/pages/plugins/wallet/user-recharge/user-recharge.vue +++ b/pages/plugins/wallet/user-recharge/user-recharge.vue @@ -417,7 +417,7 @@ self.common_pay_handle(self, data, index); } }, - + // h5支付处理 h5_pay_handle(self, data, index) { // 字符串则为跳转地址直接进入