From 89940a4d5a8bfefaa259362ed4bd9d8c285e62af Mon Sep 17 00:00:00 2001 From: ch Date: Wed, 13 Jul 2022 17:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 3 +-- src/pages.json | 2 ++ src/pages/wapPay.vue | 3 ++- src/static/test.html | 21 --------------------- 4 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 src/static/test.html 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 -->