From 38a2c0b88fea8bc6221b01bb06a38acd5f62d1b5 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 25 Aug 2023 11:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/logistics/deliveryDetil.vue | 12 ++++++------ pages/oaHome/oaHome.vue | 6 +++--- subpkg/noticeList/noticeList.vue | 3 ++- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/pages/logistics/deliveryDetil.vue b/pages/logistics/deliveryDetil.vue index 1ae824a..bce3487 100644 --- a/pages/logistics/deliveryDetil.vue +++ b/pages/logistics/deliveryDetil.vue @@ -14,14 +14,14 @@ - - 起点:  {{nowAddress}} + + 起点: + {{nowAddress}} - - - 终点:  {{goodsDetil.logistics.shop_address}} + + 终点: + {{goodsDetil.logistics.shop_address}} - diff --git a/pages/oaHome/oaHome.vue b/pages/oaHome/oaHome.vue index 25a797e..21febd6 100644 --- a/pages/oaHome/oaHome.vue +++ b/pages/oaHome/oaHome.vue @@ -85,12 +85,12 @@ 工作管理 - 更多 - + --> @@ -474,7 +474,7 @@ export default { // height: 480.02rpx; width: 100%; // background-color: $theme-oa-color; - margin-bottom: 133.33rpx; + margin-bottom: 110rpx; background-color: $theme-oa-color; border-radius: 0 0 30rpx 30rpx; diff --git a/subpkg/noticeList/noticeList.vue b/subpkg/noticeList/noticeList.vue index 79faec1..a6c88ee 100644 --- a/subpkg/noticeList/noticeList.vue +++ b/subpkg/noticeList/noticeList.vue @@ -57,6 +57,7 @@ async loadNotice() { if (this.loadConfig.status == "nomore") return; this.loadConfig.status = "loading" + await this.$u.sleep(500); const res = await noticeList({ sort: 'new', keyword: this.searchText, @@ -77,7 +78,7 @@ }) }, changeSearch: debounce(function(e) { - this.reSearch() + if(e=='') this.reSearch() }, 500), reSearch() { this.initConfig()