修复bug
This commit is contained in:
parent
89811e4067
commit
38a2c0b88f
@ -14,14 +14,14 @@
|
|||||||
</cover-image>
|
</cover-image>
|
||||||
</map>
|
</map>
|
||||||
<view class="map_address">
|
<view class="map_address">
|
||||||
<view>
|
<view style="display: flex;">
|
||||||
<text class="cir" style="background-color: #40BC5E;"></text> 起点: {{nowAddress}}
|
<view style="flex-shrink: 0;margin-right: 16rpx;"><text class="cir" style="background-color: #40BC5E;"></text> 起点:</view>
|
||||||
|
<view>{{nowAddress}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view style="display: flex;">
|
||||||
<text class="cir" style="background-color: #FF7C32;"></text>
|
<view style="flex-shrink: 0;margin-right: 16rpx;"><text class="cir" style="background-color: #FF7C32;"></text>终点:</view>
|
||||||
终点: {{goodsDetil.logistics.shop_address}}
|
<view>{{goodsDetil.logistics.shop_address}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
@ -85,12 +85,12 @@
|
|||||||
<view class="my_task">
|
<view class="my_task">
|
||||||
<view class="task_title flex_a_c_j_sb">
|
<view class="task_title flex_a_c_j_sb">
|
||||||
<view class="title">工作管理</view>
|
<view class="title">工作管理</view>
|
||||||
<view class="flex_a_c"
|
<!-- <view class="flex_a_c"
|
||||||
>更多
|
>更多
|
||||||
<view class="iconfont icon-you">
|
<view class="iconfont icon-you">
|
||||||
<uni-icons type="forward"></uni-icons>
|
<uni-icons type="forward"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -474,7 +474,7 @@ export default {
|
|||||||
// height: 480.02rpx;
|
// height: 480.02rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// background-color: $theme-oa-color;
|
// background-color: $theme-oa-color;
|
||||||
margin-bottom: 133.33rpx;
|
margin-bottom: 110rpx;
|
||||||
background-color: $theme-oa-color;
|
background-color: $theme-oa-color;
|
||||||
border-radius: 0 0 30rpx 30rpx;
|
border-radius: 0 0 30rpx 30rpx;
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@
|
|||||||
async loadNotice() {
|
async loadNotice() {
|
||||||
if (this.loadConfig.status == "nomore") return;
|
if (this.loadConfig.status == "nomore") return;
|
||||||
this.loadConfig.status = "loading"
|
this.loadConfig.status = "loading"
|
||||||
|
await this.$u.sleep(500);
|
||||||
const res = await noticeList({
|
const res = await noticeList({
|
||||||
sort: 'new',
|
sort: 'new',
|
||||||
keyword: this.searchText,
|
keyword: this.searchText,
|
||||||
@ -77,7 +78,7 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
changeSearch: debounce(function(e) {
|
changeSearch: debounce(function(e) {
|
||||||
this.reSearch()
|
if(e=='') this.reSearch()
|
||||||
}, 500),
|
}, 500),
|
||||||
reSearch() {
|
reSearch() {
|
||||||
this.initConfig()
|
this.initConfig()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user