mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
屏蔽功能
This commit is contained in:
parent
f7d8ac9c60
commit
da08e2abfc
@ -140,11 +140,11 @@
|
||||
src: this.imgUrl + '/h5/images/serve/order4.png',
|
||||
href: '/pages/appointment/appointment'
|
||||
},
|
||||
// {
|
||||
// name: '设备',
|
||||
// src: this.imgUrl + '/h5/images/serve/order4.png',
|
||||
// href: '/pages/machine/machine?machineId=102022110791780032&communityId=2022110264250009'
|
||||
// },
|
||||
{
|
||||
name: '设备',
|
||||
src: this.imgUrl + '/h5/images/serve/order4.png',
|
||||
href: '/pages/machine/machine?machineId=102022110791780032&communityId=2022110264250009'
|
||||
},
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
<text class="text-grey text-sm">{{equipmentAccountDetail.usefulLife}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-item">
|
||||
<!-- <view class="cu-item">
|
||||
<view class="content">
|
||||
<text class="cuIcon-info text-green"></text>
|
||||
<text class="text-grey">采购价格</text>
|
||||
@ -109,7 +109,7 @@
|
||||
<view class="action">
|
||||
<text class="text-grey text-sm">{{equipmentAccountDetail.netWorth}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="cu-item">
|
||||
<view class="content">
|
||||
<text class="cuIcon-info text-green"></text>
|
||||
@ -192,7 +192,8 @@
|
||||
getMachines({
|
||||
page:1,
|
||||
row:1,
|
||||
machineId:this.machineId
|
||||
machineId:this.machineId,
|
||||
communityId:this.communityId
|
||||
}).then(_data=>{
|
||||
if(_data.data.length < 1){
|
||||
return ;
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
communityId: this.communityId,
|
||||
state:'20200407'
|
||||
}).then(_data=>{
|
||||
_that.details = _data.data;
|
||||
_that.details = _data.inspectionTaskDetails;
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
communityId: this.communityId,
|
||||
state:'20200407'
|
||||
}).then(_data=>{
|
||||
_that.details = _data.inspectionTaskDetails;
|
||||
_that.details = _data.data;
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user