From 96fe08e7a0f98234d51d6e8b4e0ac6522f3af6e2 Mon Sep 17 00:00:00 2001 From: longjieli <1060695654@qq.com> Date: Sun, 29 Sep 2024 18:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=98=BF=E9=87=8C=E4=BA=91os?= =?UTF-8?q?s=E4=B8=8A=E4=BC=A0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 3 ++- pages/order/order.vue | 1 - pages/repair/repair.vue | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 83de8dd..f02367e 100644 --- a/config.js +++ b/config.js @@ -26,13 +26,14 @@ const config = { const defaultConfig = { mapKey : '', aliOss : { + //阿里云oss绑定的域名 url : 'https://tennis-oss.xzaiyp.top/', config : { //桶的地址 region: 'oss-cn-guangzhou', //id accessKeyId:'LTAI5tNycA46YTwm383dRvMV', - //密钥 + //密钥s accessKeySecret:'tAdbYQCmdur6jbZ8hjvgB7T1Z52mIG', //桶的名字 bucket: 'zhuoqiu-image', diff --git a/pages/order/order.vue b/pages/order/order.vue index a1beb47..6615125 100644 --- a/pages/order/order.vue +++ b/pages/order/order.vue @@ -86,7 +86,6 @@ url: "/pages/center/center" }) // 此处一定要return为true,否则页面不会返回到指定路径 - console.log("aaaaaaa"); this.backPressOptions = e return true; }, diff --git a/pages/repair/repair.vue b/pages/repair/repair.vue index 1e1060a..f8fabbc 100644 --- a/pages/repair/repair.vue +++ b/pages/repair/repair.vue @@ -160,9 +160,7 @@ }, onShow() { if (wx.onNeedPrivacyAuthorization) { - console.log('onNeedPrivacyAuthorization'); wx.onNeedPrivacyAuthorization(resolve => { - console.log('onNeedPrivacyAuthorization'); this.resolvePrivacyAuthorization = resolve this.$refs.showPrivacy.init(resolve) })