mall_client/zyhs3_uniapp/components/icon-user.vue

24 lines
194 B
Vue
Raw Permalink Normal View History

2026-03-13 07:50:35 +00:00
<template>
<view>
</view>
</template>
<script>
export default {
data(){
return {
}
},
props:{
imageName:null,
bgArray:['','']
}
}
</script>
<style>
</style>