@ -0,0 +1,41 @@
|
|||||||
|
<template>
|
||||||
|
<view :class="['container', extend_class]">
|
||||||
|
<image class="background" src="@/static/components/swiper/community/background.png"></image>
|
||||||
|
<image class="button" @click="go_to_community" src="@/static/components/swiper/community/button.png"></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: "community",
|
||||||
|
data() {
|
||||||
|
return {};
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
go_to_community() {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/homepages/community/community/community'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.background{
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
}
|
||||||
|
.button{
|
||||||
|
position: absolute;
|
||||||
|
height: 20%;
|
||||||
|
width: 36%;
|
||||||
|
left: 7%;
|
||||||
|
top: 67%;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,41 @@
|
|||||||
|
<template>
|
||||||
|
<view :class="['container', extend_class]">
|
||||||
|
<image class="background" src="@/static/components/swiper/exercise/background.png"></image>
|
||||||
|
<image class="button" @click="go_to_exercise" src="@/static/components/swiper/exercise/button.png"></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: "exercise",
|
||||||
|
data() {
|
||||||
|
return {};
|
||||||
|
},
|
||||||
|
methods:{
|
||||||
|
go_to_my_exercise_plan() {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/homepages/homes/my_exercise_plan/my_exercise_plan'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.background{
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
}
|
||||||
|
.button{
|
||||||
|
position: absolute;
|
||||||
|
height: 18%;
|
||||||
|
width: 34%;
|
||||||
|
left: 7%;
|
||||||
|
top: 74%;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,42 @@
|
|||||||
|
<template>
|
||||||
|
<view :class="['container', extend_class]">
|
||||||
|
<image class="background" src="@/static/components/swiper/puppy_chat/background.png"></image>
|
||||||
|
<image class="button" @click="go_go_puppy_chat" src="@/static/components/swiper/puppy_chat/button.png"></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: "puppy_chat",
|
||||||
|
data() {
|
||||||
|
return {};
|
||||||
|
|
||||||
|
},
|
||||||
|
methods:{
|
||||||
|
go_go_puppy_chat(){
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/puppy_chat/puppy_chat'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.background{
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
}
|
||||||
|
.button{
|
||||||
|
position: absolute;
|
||||||
|
height: 20%;
|
||||||
|
width: 36%;
|
||||||
|
left: 7%;
|
||||||
|
top: 67%;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
@ -0,0 +1,42 @@
|
|||||||
|
<template>
|
||||||
|
<view :class="['container', extend_class]">
|
||||||
|
<image class="background" src="@/static/components/swiper/read/background.png"></image>
|
||||||
|
<image class="button" @click="go_to_choice_book" src="@/static/components/swiper/read/button.png"></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: "read_center",
|
||||||
|
data() {
|
||||||
|
return {};
|
||||||
|
},
|
||||||
|
methods:{
|
||||||
|
go_to_choice_book() {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/homepages/homes/choice_book/choice_book'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.background{
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
}
|
||||||
|
.button{
|
||||||
|
position: absolute;
|
||||||
|
height: 20%;
|
||||||
|
width: 36%;
|
||||||
|
left: 7%;
|
||||||
|
top: 67%;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
@ -1,7 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<!--临时测试页面-->
|
|
||||||
<view>
|
<view>
|
||||||
<dictionary></dictionary>
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -1,7 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<text>这个是社区界面</text>
|
|
||||||
<tarbar_community></tarbar_community>
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
After Width: | Height: | Size: 768 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 958 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 612 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 434 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |