绿满眶商城微信小程序-uniapp
xiangpei
2025-05-15 b37dec20be1844a9210fb009a44a450c9f45857d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<template>
    <view>
        <custom-tabbar bgColor="#ffffff" selected="video"></custom-tabbar>
    </view>
</template>
 
<script>
    export default {
        data() {
            return {
                
            }
        },
        methods: {
            
        }
    }
</script>
 
<style>
 
</style>