|
|
|
@ -93,7 +93,7 @@
|
|
|
|
|
<view class="wd-flex" style="gap: 8px; align-items: center"> |
|
|
|
|
<text class="label">资质时限</text> |
|
|
|
|
<view> |
|
|
|
|
{{ $util.formatDate(prove.expiryDate, 'YYYY/M/D') }} |
|
|
|
|
{{ $util.formatDate(prove.expiryDate, 'YYYY年M月D日') }} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -230,7 +230,7 @@ export default {
|
|
|
|
|
lat: position[0], |
|
|
|
|
lng: position[1], |
|
|
|
|
name: enterprise.enterprisesName, |
|
|
|
|
addree: enterprise.address |
|
|
|
|
address: enterprise.address |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
postApi() { |
|
|
|
@ -329,9 +329,10 @@ export default {
|
|
|
|
|
flex-flow: row nowrap; |
|
|
|
|
gap: 12px; |
|
|
|
|
.image { |
|
|
|
|
width: 96px; |
|
|
|
|
height: 96px; |
|
|
|
|
width: 196rpx; |
|
|
|
|
height: 196rpx; |
|
|
|
|
border-radius: $cs-border-radius; |
|
|
|
|
flex-shrink: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|