18 changed files with 285 additions and 56 deletions
-
4api/customerServicePlatform/customerServicePlatform.js
-
41components/DeepMate.vue
-
42components/deepExploration_header.vue
-
7pages.json
-
59pages/customerServicePlatform/questionDetail.vue
-
3pages/deepExploration/MainForceActions.vue
-
13pages/deepMate/deepMate.vue
-
27pages/home/home.vue
-
42pages/marketSituation/marketOverview.vue
-
55pages/notFoundBriefing/notFoundBriefing.vue
-
1pages/start/select/select.vue
-
15pages/start/startup/startup.vue
-
BINstatic/icons/decoding.png
-
BINstatic/icons/funds.png
-
BINstatic/icons/radar.png
-
BINstatic/icons/tracking.png
-
BINstatic/start.webp
-
2utils/http.js
@ -0,0 +1,55 @@ |
|||
<template> |
|||
<view class="container"> |
|||
<view class="content"> |
|||
<image |
|||
class="no-data-image" |
|||
src="https://d31zlh4on95l9h.cloudfront.net/images/f5a9bd32c81bc7cca47252b51357c12f.png" |
|||
mode="aspectFit" |
|||
></image> |
|||
<text class="no-data-text">暂无数据~</text> |
|||
</view> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
data() { |
|||
return { |
|||
|
|||
} |
|||
}, |
|||
methods: { |
|||
|
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style> |
|||
.container { |
|||
width: 100%; |
|||
height: 100vh; |
|||
display: flex; |
|||
justify-content: center; |
|||
align-items: center; |
|||
background-color: #f5f5f5; |
|||
} |
|||
|
|||
.content { |
|||
display: flex; |
|||
flex-direction: column; |
|||
align-items: center; |
|||
justify-content: center; |
|||
} |
|||
|
|||
.no-data-image { |
|||
width: 200px; |
|||
height: 200px; |
|||
margin-bottom: 20px; |
|||
} |
|||
|
|||
.no-data-text { |
|||
font-size: 16px; |
|||
color: #999999; |
|||
text-align: center; |
|||
} |
|||
</style> |
|||
|
After Width: 80 | Height: 80 | Size: 4.6 KiB |
|
After Width: 80 | Height: 80 | Size: 3.4 KiB |
|
After Width: 80 | Height: 80 | Size: 6.9 KiB |
|
After Width: 80 | Height: 80 | Size: 3.9 KiB |
Write
Preview
Loading…
Cancel
Save
Reference in new issue