星油云站

This commit is contained in:
caolc
2022-08-08 09:15:09 +08:00
commit f145737091
383 changed files with 67123 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<template>
<view class="page-content my-bg">
<cu-custom bgColor="bg-gradual-pink" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">列表</block>
</cu-custom>
<view class="">
<analysis-card />
</view>
<view class="margin bg-white radius">
<view class="margin">
<area-time />
</view>
</view>
</view>
</template>
<script>
import areaTime from '../../area-time.vue'
import analysisCard from '../../analysis-card.vue'
export default {
components: {
areaTime,analysisCard
},
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>