From 7ce469195f1a1efebcaaa1dd42f58f294cdee993 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E7=BE=A4?= <1986070059@qq.com>
Date: Mon, 26 Jan 2026 18:13:24 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20bug=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/shop/you-item.vue | 2 +-
pages/rwa_package/dongjian/search.vue | 55 ++++----
pages/rwa_package/shop/fen-shop copy.vue | 170 -----------------------
pages/rwa_package/shop/you-shop.vue | 12 +-
pages/rwa_package/zhaopian/zhaopian.vue | 2 +-
5 files changed, 42 insertions(+), 199 deletions(-)
delete mode 100644 pages/rwa_package/shop/fen-shop copy.vue
diff --git a/components/shop/you-item.vue b/components/shop/you-item.vue
index 90ba483..dfc1b7d 100644
--- a/components/shop/you-item.vue
+++ b/components/shop/you-item.vue
@@ -43,7 +43,7 @@
+
\ No newline at end of file
diff --git a/pages/rwa_package/shop/fen-shop copy.vue b/pages/rwa_package/shop/fen-shop copy.vue
deleted file mode 100644
index 9e7cdbe..0000000
--- a/pages/rwa_package/shop/fen-shop copy.vue
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 信任桥兑换
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/rwa_package/shop/you-shop.vue b/pages/rwa_package/shop/you-shop.vue
index f595d3f..54a5831 100644
--- a/pages/rwa_package/shop/you-shop.vue
+++ b/pages/rwa_package/shop/you-shop.vue
@@ -205,6 +205,11 @@ export default {
height: auto;
overflow: auto;
}
+::v-deep(.u-swiper__wrapper) {
+ .u-swiper__wrapper__item__wrapper {
+ background: linear-gradient(270deg, #af39c4 0%, #7732ff 100%)!important;
+ }
+ }
.top-box {
width: 100%;
padding-bottom: 24rpx;
@@ -214,7 +219,7 @@ export default {
margin-bottom: 20rpx;
.swiper-card {
padding: 12rpx 32rpx 0;
- height:200rpx;
+ height:200rpx;
}
.swiper-title {
padding: 3rpx 16rpx;
@@ -230,7 +235,7 @@ export default {
justify-content: space-between;
align-items: center;
margin: 0 auto;
- background-color: #f0e7fe;
+ background-color: #fee7ef;
border-radius: 8rpx;
}
.swiper-center {
@@ -328,7 +333,7 @@ export default {
display: flex;
}
.setting-view {
- width: 100%;
+ width: 700rpx;
// height: calc(100% - var(--status-bar-height));
display: flex;
flex-direction: column;
@@ -375,5 +380,6 @@ export default {
box-sizing: border-box;
}
}
+
}
diff --git a/pages/rwa_package/zhaopian/zhaopian.vue b/pages/rwa_package/zhaopian/zhaopian.vue
index 5be5dac..735a888 100644
--- a/pages/rwa_package/zhaopian/zhaopian.vue
+++ b/pages/rwa_package/zhaopian/zhaopian.vue
@@ -48,7 +48,7 @@ export default {
},
onJump(index){
uni.navigateTo({
- url:`/pages/rwa_package//zhao/zhaopian?type=${index}`
+ url:`/pages/rwa_package/zhao/zhao?type=${index}`
})
}
}