mall_client/zyhs3_uniapp/components/icon-user.vue

24 lines
194 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
data(){
return {
}
},
props:{
imageName:null,
bgArray:['','']
}
}
</script>
<style>
</style>