2023-12-05 16:45:28 +08:00
|
|
|
<template>
|
2024-10-09 16:52:44 +08:00
|
|
|
<view class="">
|
2024-01-24 11:55:35 +08:00
|
|
|
<tab-bar :indexs='1'></tab-bar>
|
2023-12-05 16:45:28 +08:00
|
|
|
</view>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
data() {
|
|
|
|
return {
|
2024-10-09 16:52:44 +08:00
|
|
|
bgc: {
|
|
|
|
backgroundColor: "#E2EFDF",
|
2024-03-25 19:46:07 +08:00
|
|
|
},
|
2024-10-09 16:52:44 +08:00
|
|
|
|
|
|
|
|
2024-01-23 19:15:52 +08:00
|
|
|
}
|
|
|
|
},
|
2024-01-24 11:55:35 +08:00
|
|
|
onLoad() {
|
2024-10-09 16:52:44 +08:00
|
|
|
|
2024-03-25 19:46:07 +08:00
|
|
|
},
|
|
|
|
onShow() {
|
2024-10-09 16:52:44 +08:00
|
|
|
uni.navigateTo({
|
|
|
|
url:'/page_user/photo'
|
|
|
|
})
|
2024-01-24 11:55:35 +08:00
|
|
|
},
|
2024-01-23 19:15:52 +08:00
|
|
|
methods: {
|
2024-03-25 19:46:07 +08:00
|
|
|
|
2024-01-23 19:15:52 +08:00
|
|
|
}
|
|
|
|
}
|
2023-12-05 16:45:28 +08:00
|
|
|
</script>
|
|
|
|
|
2024-10-09 16:52:44 +08:00
|
|
|
<style>
|
2024-01-24 11:55:35 +08:00
|
|
|
</style>
|