qingyiay
2023-04-24 bb52e0d4baffe8e0486c951e525b6614bd4aaa28
1
2
3
4
5
6
7
8
9
10
11
<script>
export default {
    onShow() {},
    methods: {}
};
</script>
 
<style lang="scss" scoped>
/*每个页面公共css */
@import '@/uni_modules/uview-ui/index.scss';
</style>