修复bug

This commit is contained in:
weipengfei 2023-08-25 11:34:31 +08:00
parent 89811e4067
commit 38a2c0b88f
3 changed files with 11 additions and 10 deletions

View File

@ -14,14 +14,14 @@
</cover-image>
</map>
<view class="map_address">
<view>
<text class="cir" style="background-color: #40BC5E;"></text> 起点:&nbsp;&nbsp;{{nowAddress}}
<view style="display: flex;">
<view style="flex-shrink: 0;margin-right: 16rpx;"><text class="cir" style="background-color: #40BC5E;"></text> 起点:</view>
<view>{{nowAddress}}</view>
</view>
<view>
<text class="cir" style="background-color: #FF7C32;"></text>
终点:&nbsp;&nbsp;{{goodsDetil.logistics.shop_address}}
<view style="display: flex;">
<view style="flex-shrink: 0;margin-right: 16rpx;"><text class="cir" style="background-color: #FF7C32;"></text>终点:</view>
<view>{{goodsDetil.logistics.shop_address}}</view>
</view>
</view>
</view>

View File

@ -85,12 +85,12 @@
<view class="my_task">
<view class="task_title flex_a_c_j_sb">
<view class="title">工作管理</view>
<view class="flex_a_c"
<!-- <view class="flex_a_c"
>更多
<view class="iconfont icon-you">
<uni-icons type="forward"></uni-icons>
</view>
</view>
</view> -->
</view>
</view>
@ -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;

View File

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