From d0f448789a726e292de1cac7a72e208e3a7c1547 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com>
Date: Fri, 26 Sep 2025 15:33:55 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=BF=AB=E6=8D=B7=E6=94=AF?=
=?UTF-8?q?=E4=BB=98=E8=AE=B0=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packages/localLife/classify/index.vue | 6 +++++-
packages/localLife/index/index.vue | 1 -
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/packages/localLife/classify/index.vue b/packages/localLife/classify/index.vue
index 4bad5571..e160075a 100644
--- a/packages/localLife/classify/index.vue
+++ b/packages/localLife/classify/index.vue
@@ -81,7 +81,7 @@
到店服务券
-->
-
+
快捷支付记录
@@ -145,6 +145,10 @@ export default {
},
methods: {
+ // 跳转快捷支付记录
+ toPayInfo(){
+ NavgateTo("/packages/localLife/payInfo/index")
+ },
back() {
NavgateTo("1");
},
diff --git a/packages/localLife/index/index.vue b/packages/localLife/index/index.vue
index 6585f684..4c060c94 100644
--- a/packages/localLife/index/index.vue
+++ b/packages/localLife/index/index.vue
@@ -161,7 +161,6 @@ export default {
},
methods: {
-
// 跳转快捷支付记录
toPayInfo(){
NavgateTo("/packages/localLife/payInfo/index")