From 9a9d832dbd364557e070abcd9a7779a2c6c07ffb Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 20 Jan 2026 17:35:13 +0800
Subject: [PATCH] 1

---
 src/views/payMentMethod/list.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/payMentMethod/list.vue b/src/views/payMentMethod/list.vue
index b46f532..6610a27 100644
--- a/src/views/payMentMethod/list.vue
+++ b/src/views/payMentMethod/list.vue
@@ -17,7 +17,7 @@
     </ul>
     <div class="px-4 pt-6 fixed-wrap">
       <van-button class="w-full" color="#f7b600" type="primary" round @click="submit">{{ $t('AddPaymentMethod')
-        }}</van-button>
+      }}</van-button>
     </div>
   </div>
 </template>
@@ -48,7 +48,7 @@
   router.push('add')
 }
 const back = () => {
-  router.push('/my/index')
+  router.go(-1)
 }
 </script>
 <style lang="scss" scoped>
@@ -63,11 +63,13 @@
     // height: calc(100vh - 170px);
 
     li {
-      // background: $border_color;
-      background: $inp-b;
       border-bottom: 1px solid $bg_yellow;
       position: relative;
 
+      @include themify() {
+        background: themed("tab_background");
+      }
+
       .edit-img {
         width: 17px;
         height: 17px;

--
Gitblit v1.9.3