提交一波
This commit is contained in:
@@ -171,7 +171,7 @@ export default {
|
||||
|
||||
<template>
|
||||
<section class="AppStoresTable">
|
||||
<el-carousel indicator-position="none" :height="height" :autoplay="false">
|
||||
<el-carousel indicator-position="none" :height="height" :autoplay="search.changeWay==1">
|
||||
<el-carousel-item v-for="(group,i) in storeList" :key="i">
|
||||
<div class="layout">
|
||||
<div class="store" v-for="store in group" :key="store.storeCode">
|
||||
|
||||
Reference in New Issue
Block a user