You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
299 B
21 lines
299 B
<template>
|
|
<view class="blank" :style="{background:jdata.options.search_bg,height:jdata.options.udPadding*2+'rpx'}"></view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "jshopblank",
|
|
props: {
|
|
jdata:{
|
|
// type: Array,
|
|
required: true,
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|
|
|