You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
612 B
32 lines
612 B
<template>
|
|
<view>
|
|
<text>这个是home界面</text>
|
|
<!-- <ai_recongize_fruit class="ai_recognize_fruit"></ai_recongize_fruit>-->
|
|
<!-- <ai_recongize_plan class="ai_recognize_fruit"></ai_recongize_plan>-->
|
|
<!-- <ai_recongize_hot class="ai_recognize_fruit"></ai_recongize_hot>-->
|
|
<!-- <ai_recongize_recipe class="ai_recognize_fruit"></ai_recongize_recipe>-->
|
|
|
|
|
|
<tarbar_home ></tarbar_home>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
};
|
|
},
|
|
methods:{
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
.ai_recognize_fruit{
|
|
width: 90%;
|
|
height: 30%;
|
|
left: 5%;
|
|
}
|
|
</style>
|