diff --git a/components/base/arrow.vue b/components/base/arrow.vue index e76b152..40b7e02 100644 --- a/components/base/arrow.vue +++ b/components/base/arrow.vue @@ -21,22 +21,22 @@ export default { &-blank { position: absolute; - left: 0; + right: 0; &-top { top: 0; - border-top: 8rpx solid #FFFFFF; - border-right: 14rpx solid #FFFFFF; - border-bottom: 8rpx solid transparent; - border-left: 14rpx solid transparent; + border-top: 9rpx solid #FFFFFF; + border-right: 15rpx solid #FFFFFF; + border-bottom: 9rpx solid transparent; + border-left: 15rpx solid transparent; } &-bottom { bottom: 0; - border-top: 8rpx solid transparent; - border-right: 14rpx solid #FFFFFF; - border-bottom: 8rpx solid #FFFFFF; - border-left: 14rpx solid transparent; + border-top: 9rpx solid transparent; + border-right: 15rpx solid #FFFFFF; + border-bottom: 9rpx solid #FFFFFF; + border-left: 15rpx solid transparent; } } } diff --git a/components/base/suspendDropdown.vue b/components/base/suspendDropdown.vue index 7f46388..c4e4ceb 100644 --- a/components/base/suspendDropdown.vue +++ b/components/base/suspendDropdown.vue @@ -69,7 +69,7 @@ }, onSelect(val) { const selected = this.value - const newVal = selected === val ? null : val + const newVal = selected === val ? '' : val this.$emit('input', newVal) this.$emit('change', newVal) diff --git a/pages/index/case.vue b/pages/index/case.vue index 5281be9..97431c0 100644 --- a/pages/index/case.vue +++ b/pages/index/case.vue @@ -32,7 +32,7 @@ @@ -71,10 +71,10 @@ queryParams: { pageNo: 1, pageSize: 10, - title: null, - categoryServiceId: null, - categoryMajorId: null, - categoryPeriodId: null, + title: '', + categoryServiceId: '', + categoryMajorId: '', + categoryPeriodId: '', }, mixinsListApi: 'queryAriticleList', } diff --git a/pages/index/center.vue b/pages/index/center.vue index bec0db4..af6d23d 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -6,12 +6,10 @@ - - 吉光研途 + {{ configList.config_name }} - - 为您提供更专业、优质、靠谱的学术服务 + {{ configList.config_desc }} @@ -20,7 +18,6 @@ - @@ -49,9 +46,6 @@ } }, onLoad() { - // todo: check - this.$fetch('querySummaryList') - this.fetchBanner() }, methods: { diff --git a/pages/index/index.vue b/pages/index/index.vue index 845c4d3..f0dd48b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -28,8 +28,7 @@