| | |
| | | onMounted(() => {
|
| | | getData();
|
| | | });
|
| | | const test=() =>{
|
| | | alert(1)
|
| | | }
|
| | | </script>
|
| | |
|
| | | <template>
|
| | | <div class="left_boottom_wrap beautify-scroll-def" :class="{ 'overflow-y-auto': !indexConfig.leftBottomSwiper }">
|
| | | <!-- <dv-scroll-board :config="config1" style="width:500px;height:220px" />-->
|
| | | <component
|
| | | :is="comName"
|
| | | :list="state.list"
|
| | |
| | | :wheel="state.defaultOption.wheel"
|
| | | >
|
| | | <ul class="left_boottom">
|
| | | <li class="left_boottom_item" v-for="(item, i) in state.list" :key="i">
|
| | | <li class="left_boottom_item" v-for="(item, i) in state.list" :key="i" @click="test()">
|
| | | <span class="orderNum doudong">{{ i + 1 }}</span>
|
| | | <div class="inner_right">
|
| | | <div class="dibu"></div>
|