`v-for="(item1, index1) in dtsg_arr"`改成`v-for="(item1, index1) in dtsg_arr.slice(index * 6, (index + 1) * 6)"`
阅读量:1
点赞量:0