diff --git a/src/main.js b/src/main.js index 63f93b0..bb68793 100644 --- a/src/main.js +++ b/src/main.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-07-08 11:46:30 * @LastEditors: ch - * @LastEditTime: 2022-07-12 16:56:52 + * @LastEditTime: 2022-07-13 10:48:05 * @Description: file content */ @@ -15,7 +15,6 @@ import '@/common/utils/uniUtilsIndex' // 微信打开需要授权 const ua = navigator ? navigator.userAgent.toLowerCase() : ''; - if (ua.includes('micromessenger')) { const openId = uni.getStorageSync('payOpenId') if (!openId) { diff --git a/src/pages.json b/src/pages.json index 46d8916..22eb232 100644 --- a/src/pages.json +++ b/src/pages.json @@ -3,12 +3,14 @@ { "path": "pages/wapPay", "style": { + "navigationStyle" : "custom", "navigationBarTitleText": "收银台" } }, { "path": "pages/wapResult", "style": { + "navigationStyle" : "custom", "navigationBarTitleText": "收银台" } } diff --git a/src/pages/wapPay.vue b/src/pages/wapPay.vue index 9f4ba70..dab17c9 100644 --- a/src/pages/wapPay.vue +++ b/src/pages/wapPay.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-07-08 11:46:30 * @LastEditors: ch - * @LastEditTime: 2022-07-12 17:02:01 + * @LastEditTime: 2022-07-13 17:45:53 * @Description: file content -->