From d24c12257b6df882c306a29ea7ce67f092191fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 18 Sep 2025 17:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E4=B8=AD?= =?UTF-8?q?=E7=9A=84appid=20=E5=92=8C=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +- packages/localLife/pay/index.vue | 4 +- packages/localLife/payInfo/index.vue | 85 ++++++++++++++-------------- packages/shop/submitOrder/index.vue | 2 +- project.config.json | 2 +- 5 files changed, 49 insertions(+), 48 deletions(-) diff --git a/manifest.json b/manifest.json index 889138cc..6cb1e560 100644 --- a/manifest.json +++ b/manifest.json @@ -57,7 +57,7 @@ }, "oauth" : { "weixin" : { - "appid" : "wxb4018c78fa143450", + "appid" : "wx1addb25675dd8e70", "UniversalLinks" : "" } } @@ -68,7 +68,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxb4018c78fa143450", + "appid" : "wx1addb25675dd8e70", "setting" : { "urlCheck" : false }, diff --git a/packages/localLife/pay/index.vue b/packages/localLife/pay/index.vue index c9734444..ee40d85e 100644 --- a/packages/localLife/pay/index.vue +++ b/packages/localLife/pay/index.vue @@ -212,8 +212,8 @@ export default { url: 'https://api.weixin.qq.com/cgi-bin/token', data: { grant_type: 'client_credential', - appid: "wxb4018c78fa143450", - secret: "82a3471a28fcbfe27d8eb4397b60069b" + appid: "wx1addb25675dd8e70", + secret: "1c153a91d0558b4c3834a4399ebc7496" }, header: { // 'custom-header': 'hello' //自定义请求头信息 diff --git a/packages/localLife/payInfo/index.vue b/packages/localLife/payInfo/index.vue index 1c3b7a3a..6d047cfe 100644 --- a/packages/localLife/payInfo/index.vue +++ b/packages/localLife/payInfo/index.vue @@ -1,54 +1,55 @@ - - - - - 付款金额 - ¥{{ item.order_amount }} - - - {{item.create_time}} - Adapay微信小程序支付 - {{item.payment_method}} - - + + + + + 付款金额 + ¥{{ item.order_amount }} + + + {{item.create_time}} + Adapay微信小程序支付 + {{item.payment_method}} + + - - 订单号 - {{item.order_no}} - + + 订单号 + {{item.order_no}} + - - 消费门店 - {{item.merchant_info.merchant_name}} - + + 消费门店 + {{item.merchant_info.merchant_name}} + - - 当前状态 - 已支付 - 待支付 - 已退款 - + + 当前状态 + 待支付 + 已支付 + 已退款 + 未知 + - + - - 返物业费 - ¥{{item.refund_property_fee}} + + 返物业费 + ¥{{item.refund_property_fee}} - - - - - 返会员积分 - {{ item.refund_member_points }} + + + + + 返会员积分 + {{ item.refund_member_points }} - - + + - - - + + +