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()