From 7cc81a98aa5ab15094b9417668651245cd6ceba2 Mon Sep 17 00:00:00 2001
From: unknown <331404948@qq.com>
Date: Wed, 3 Jul 2024 18:31:45 +0800
Subject: [PATCH] 00
---
components/cardNav/cardNav.vue | 1 +
config/site.config.js | 3 +++
manifest.json | 4 ++--
pages/userCenter/refund/comp/item.vue | 4 ++--
pages/userCenter/refund/refund.vue | 12 ++++++++++--
5 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/components/cardNav/cardNav.vue b/components/cardNav/cardNav.vue
index 6f93c76..7c177c6 100644
--- a/components/cardNav/cardNav.vue
+++ b/components/cardNav/cardNav.vue
@@ -9,6 +9,7 @@
props: ['navData', 'currentNav'],
methods: {
changeNav(id) {
+ console.log(id)
this.$emit('changeNav', id)
}
}
diff --git a/config/site.config.js b/config/site.config.js
index 036d7cc..bc57cf3 100644
--- a/config/site.config.js
+++ b/config/site.config.js
@@ -8,3 +8,6 @@ module.exports = {
httpPrefix: 'app-api/',
imgUrl: 'http://jxtemp.oss-cn-hangzhou.aliyuncs.com/defaultImages/admin/bigImg/'
};
+
+// 测试 http://123.6.232.1:8099/
+// 正式 http://www.lyjppt.com/
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index 7045554..168742a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -123,8 +123,8 @@
"disableHostCheck" : true,
"proxy" : {
"/api" : {
- "target" : "http://123.6.232.1:8099/",
- // "target" : "http://www.lyjppt.com/",
+ // "target" : "http://123.6.232.1:8099/",
+ "target" : "http://www.lyjppt.com/",
"changeOrigin" : true,
"secure" : true,
"pathRewrite" : {
diff --git a/pages/userCenter/refund/comp/item.vue b/pages/userCenter/refund/comp/item.vue
index 1f4fc11..82b28e8 100644
--- a/pages/userCenter/refund/comp/item.vue
+++ b/pages/userCenter/refund/comp/item.vue
@@ -8,9 +8,9 @@
已 取 消
{{stateTxt[item.auditStatus]}}
-
+
diff --git a/pages/userCenter/refund/refund.vue b/pages/userCenter/refund/refund.vue
index ebfa1a7..a080899 100644
--- a/pages/userCenter/refund/refund.vue
+++ b/pages/userCenter/refund/refund.vue
@@ -84,6 +84,7 @@
},
methods: {
changeNav(val) {
+ console.log(val)
if (this.params.status == val) return
this.params.status = val
this.listInit()
@@ -157,17 +158,22 @@
height: auto;
padding-bottom: 110rpx;
}
+ .bgImg {
+ width: 100%;
+ height: auto;
+ padding: 0 0 1rpx 0;
+ }
.navBox {
padding: 0 0 24rpx 0;
}
.card {
padding: 0 28rpx;
- margin-bottom: 24rpx;
+ margin-top: 24rpx;
}
.con {
// transform: translateY(-100rpx);
- margin-top: -100rpx;
+ // margin-top: -100rpx;
}
.popCon {
width: calc(100vw - 100rpx);
@@ -224,4 +230,6 @@
}
}
}
+
+
\ No newline at end of file