修复首页菜单图标错误的bug
This commit is contained in:
parent
cb15f2b82b
commit
8c31abbab3
@ -126,6 +126,7 @@
|
||||
<block v-for="(item, index) in oaHomeData" :key="item.id">
|
||||
<view class="track_item" @click="navTwo(item.paths, index)">
|
||||
<u--image
|
||||
v-show="item.icon"
|
||||
:showLoading="true"
|
||||
:src="item.icon"
|
||||
mode="widthFix"
|
||||
@ -147,11 +148,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <block v-if="myTaskList.length>0">
|
||||
<taskCard></taskCard>
|
||||
</block> -->
|
||||
<!-- <button @click="test">按钮</button> -->
|
||||
|
||||
<view v-if="orderList.length > 0">
|
||||
<globalPopup ref="globalPopup"></globalPopup>
|
||||
<logistiBriefCard
|
||||
@ -322,7 +319,6 @@ export default {
|
||||
user_type: this.is_captain,
|
||||
page_num: this.page_num
|
||||
}).then(res => {
|
||||
|
||||
that.orderList = that.orderList.concat(res.data.data)
|
||||
this.flag = false
|
||||
if (!res.data.data.length) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user