diff --git a/.env.development b/.env.development
index 8fffb5bf..03c62d3e 100644
--- a/.env.development
+++ b/.env.development
@@ -32,4 +32,4 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# dev
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
# sit
-VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
\ No newline at end of file
+#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
\ No newline at end of file
diff --git a/src/components/points-and-badge/check-in.vue b/src/components/points-and-badge/check-in.vue
index 4e52663d..b78fa689 100644
--- a/src/components/points-and-badge/check-in.vue
+++ b/src/components/points-and-badge/check-in.vue
@@ -368,7 +368,7 @@
display: flex;
flex-direction: column;
height: 130rpx;
- // overflow: hidden;
+ overflow: hidden;
transition: height 0.3s ease;
&.expand {
height: 650rpx;
diff --git a/src/pages/pointsRedemption/index.vue b/src/pages/pointsRedemption/index.vue
index e89a7143..38f18034 100644
--- a/src/pages/pointsRedemption/index.vue
+++ b/src/pages/pointsRedemption/index.vue
@@ -26,7 +26,14 @@
物品图片
-
+
+ 兑换条件
+
+
+ 积分
+
+ {{ data.excPoints }}
+
填写地址
@@ -39,6 +46,7 @@
>
+
{
if (data.actStatus === 'Y') {
- return data.excPoints + '积分兑换';
+ return '兑换';
} else if (data.actStatus === 'N') {
return data.actStatusText || '正在获取';
}
@@ -131,6 +139,26 @@