diff --git a/newPages/appointment/assets/style/index.rpx.scss b/newPages/appointment/assets/style/index.rpx.scss index bf86cc1..a4f182d 100644 --- a/newPages/appointment/assets/style/index.rpx.scss +++ b/newPages/appointment/assets/style/index.rpx.scss @@ -32,8 +32,7 @@ } } .box_2 { - width: 750rpx; - height: 1414rpx; + //width: 750rpx; .box_3 { background-color: rgba(255, 255, 255, 1); width: 750rpx; @@ -419,7 +418,7 @@ background-color: rgba(255, 255, 255, 1); height: 120rpx; margin-top: -2rpx; - width: 750rpx; + //width: 750rpx; .text-wrapper_12 { background-color: rgba(4, 78, 242, 1); border-radius: 20px; diff --git a/newPages/appointment/index.vue b/newPages/appointment/index.vue index 166fbb8..ad901dd 100644 --- a/newPages/appointment/index.vue +++ b/newPages/appointment/index.vue @@ -1,117 +1,166 @@ diff --git a/newPages/schoolList/index.vue b/newPages/schoolList/index.vue index 7573e0d..4f81c75 100644 --- a/newPages/schoolList/index.vue +++ b/newPages/schoolList/index.vue @@ -97,6 +97,7 @@ export default { item.imageUrl = '/static/lanhu_shouye2gai/FigmaDDSSlicePNG530e91ec069b391e8972e9ed0aeebc58.png' }) this.schoolList = this.schoolList.concat(res.data.records) + this.total = res.data.total console.log('长度',this.schoolList.length) this.isTriggered = false })