From 0de4b5b6d9a8caaea2b92e11a683778083aec33f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?=
=?UTF-8?q?=E7=A8=80?= <2675540038@qq.com>
Date: Tue, 17 Jun 2025 12:00:25 +0800
Subject: [PATCH] dm
---
components/my-tabbar.vue | 49 +-
packageA/afterSales/info.vue | 7 +-
packageA/center/applyDetail.vue | 9 +-
packageA/center/detailSys.vue | 2586 +++++++++++++++---------------
packageA/my/orderList.vue | 3 +-
pages/activity/stationStemys.vue | 2 +-
pages/center/index.vue | 2 +
pages/fenl/index.vue | 28 +-
8 files changed, 1344 insertions(+), 1342 deletions(-)
diff --git a/components/my-tabbar.vue b/components/my-tabbar.vue
index 9748a16..6d07bbb 100644
--- a/components/my-tabbar.vue
+++ b/components/my-tabbar.vue
@@ -5,15 +5,21 @@
+
{{item.name}}
-
-
+
+
+
+
-
-
+
+
@@ -235,12 +241,11 @@
justify-content: center;
align-items: center;
width: 100%;
- height: 100rpx;
+ height: 111rpx;
padding-bottom: 0;
- background-color: #fff;
+ background: url('/static/bottom_tab.png') no-repeat;
+ background-size: 100%;
box-sizing: border-box;
- box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.07);
- border-top: 1px solid #EEEEEE;
.list {
display: flex;
@@ -276,27 +281,6 @@
font-size: 20rpx;
}
- .protrude-button {
- text-align: center;
- position: absolute;
- bottom: 15rpx;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
-
- .protrude-button-bg {
- position: absolute;
- top: -20rpx;
- width: 120rpx;
- height: 60rpx;
- background-color: #fff;
- border-radius: 60rpx 60rpx 0 0;
- border-top: 1px solid #eeeeee;
- z-index: 105;
- }
-
.tab-list_ip {
display: flex;
justify-content: center;
@@ -304,10 +288,10 @@
width: 100%;
height: 160rpx;
padding-bottom: 50rpx;
+ background: url('/static/bottom_tab.png') no-repeat;
+ background-size: 100%;
box-sizing: border-box;
z-index: 100;
- background-color: #fff;
- border-top: 1px solid #eeeeee;
// box-shadow: 0rpx -1rpx 0rpx 0rpx #EEEEEE;
.list {
@@ -324,6 +308,7 @@
width: 44rpx;
height: 44rpx;
background-color: white;
+ margin-top: 12rpx;
}
text {
diff --git a/packageA/afterSales/info.vue b/packageA/afterSales/info.vue
index ea33afb..5462abe 100644
--- a/packageA/afterSales/info.vue
+++ b/packageA/afterSales/info.vue
@@ -35,7 +35,7 @@
@click.stop="toMap(info.detail.latitude, info.detail.longitude, info.detail.address_detail)">
- {{ info.detail.address_detail }}
+ {{ info.detail.address }}{{ info.detail.address_detail }}
@@ -102,7 +102,7 @@
-
+
退款数量
@@ -146,7 +146,8 @@
退款数量
- {{ info.auth_num }}
+ {{ info.auth_num }}
+ {{ info.num }}
退款金额
diff --git a/packageA/center/applyDetail.vue b/packageA/center/applyDetail.vue
index 9aa18d6..359c538 100644
--- a/packageA/center/applyDetail.vue
+++ b/packageA/center/applyDetail.vue
@@ -549,9 +549,12 @@ export default {
icon: 'none',
duration: 2000
});
- uni.redirectTo({
- url: '/packageA/my/success?id=' + this.orderInfo.id + '&order_no=' + this.orderInfo.order_no
- })
+ setTimeout(()=>{
+ uni.redirectTo({
+ url: '/packageA/my/success?id=' + this.orderInfo.id + '&order_no=' + this.orderInfo.order_no
+ })
+ },1500)
+
},
openUrl(url) {
uni.navigateTo({
diff --git a/packageA/center/detailSys.vue b/packageA/center/detailSys.vue
index afd22d2..4c0cc28 100644
--- a/packageA/center/detailSys.vue
+++ b/packageA/center/detailSys.vue
@@ -1,14 +1,15 @@
-
+
+ indicatorActiveColor="#323232" indicatorMode="dot"
+ :indicator-style="{ bottom: '60rpx', zIndex: 999 }" height="580rpx" circular
+ @click="swiperImg">
@@ -40,8 +41,7 @@
- {{
+ {{
detail.refund_info.title }}
@@ -56,7 +56,8 @@
- {{ detail.address }}{{ detail.address_detail }}
+ {{ detail.address }}{{ detail.address_detail }}
@@ -101,7 +102,8 @@
{{ item.name }}
- 身份证号:{{ item.idnum }}
+
+ 身份证号:{{ item.idnum }}
@@ -151,7 +153,8 @@
-
+
活动详情
@@ -168,8 +171,10 @@
-
+
\ No newline at end of file
diff --git a/packageA/my/orderList.vue b/packageA/my/orderList.vue
index be7ec4f..1fd8f7a 100644
--- a/packageA/my/orderList.vue
+++ b/packageA/my/orderList.vue
@@ -138,7 +138,8 @@
¥{{ item.real_refundprice }}
- 数量:{{ item.auth_num }}
+ 数量:{{ item.num }}
+ 数量:{{ item.auth_num }}
diff --git a/pages/activity/stationStemys.vue b/pages/activity/stationStemys.vue
index 81233f1..b2edb9e 100644
--- a/pages/activity/stationStemys.vue
+++ b/pages/activity/stationStemys.vue
@@ -40,7 +40,7 @@
-
+
暂无消息~
diff --git a/pages/center/index.vue b/pages/center/index.vue
index d431716..993d375 100644
--- a/pages/center/index.vue
+++ b/pages/center/index.vue
@@ -503,6 +503,8 @@ export default {
onLoad() {
// this.tofb();
// this.searchStatus()
+
+uni.hideShareMenu();
this.getAgreement()
this.getBqList();
this.getrefund_list();
diff --git a/pages/fenl/index.vue b/pages/fenl/index.vue
index 5ad1ad7..cd5b660 100644
--- a/pages/fenl/index.vue
+++ b/pages/fenl/index.vue
@@ -896,22 +896,22 @@
\ No newline at end of file