diff --git a/pages/activity/index.vue b/pages/activity/index.vue
index cc6849c..d902f78 100644
--- a/pages/activity/index.vue
+++ b/pages/activity/index.vue
@@ -320,6 +320,7 @@
// background: #F7F7F7;
min-height: 80vh;
border-radius: 44rpx;
+ margin-bottom: 240rpx;
.lines{
width: 690rpx;
height: 1rpx;
@@ -356,7 +357,7 @@
// margin-bottom: 200rpx;
position: fixed;
margin-top: 130rpx;
- height: 1120rpx;
+ height: 1140rpx;
overflow-y: auto;
.list {
width: 690rpx;
diff --git a/pages/center/index.vue b/pages/center/index.vue
index 3b7b7c6..05cd544 100644
--- a/pages/center/index.vue
+++ b/pages/center/index.vue
@@ -49,7 +49,7 @@
{{
- form.address == '' ? '请填写地址' : form.address }}
+ form.address == '' ? '请选择地址' : form.address }}
@@ -179,6 +179,7 @@
+