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