...
|
...
|
@@ -11,7 +11,7 @@ |
|
|
<SecondList ref="second" :list="skupList.list" :yasParams="yasParams"></SecondList>
|
|
|
</LayoutScroll>
|
|
|
|
|
|
<UfoNoItem class="empty" :tip="`暂无数据`" v-else></UfoNoItem>
|
|
|
<UfoNoItem v-if="isShowEmpty" class="empty" :tip="`暂无数据`"></UfoNoItem>
|
|
|
</LayoutApp>
|
|
|
</template>
|
|
|
|
...
|
...
|
@@ -43,7 +43,7 @@ export default { |
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
|
...mapState(['skupList', 'isMore'])
|
|
|
...mapState(['skupList', 'isMore', 'isShowEmpty'])
|
|
|
},
|
|
|
methods: {
|
|
|
...mapActions(['fetchSecondSkupList']),
|
...
|
...
|
|