注意事项图片2
This commit is contained in:
parent
0a8512f9e2
commit
0b62426169
@ -193,7 +193,7 @@
|
||||
<swiper :current="c_index" @change="scroll_func" :style="{'--size':swiper_h+'px'}" class="swiper" circular :indicator-dots="false" :autoplay="false" >
|
||||
<swiper-item v-for="(item1) in list_box" :key="item1">
|
||||
<view class="todoBox">
|
||||
<template v-if="item1.list.length>0">
|
||||
<template v-if="item1.list.length>0" >
|
||||
<view v-for="(item,i) in item1.list" @tap="handle_func(item,i)" :key="i" class="td-item swiper-item uni-bg-green">
|
||||
<view class="td-content text-ellipsis-2">
|
||||
<!-- {{item.content}} -->
|
||||
|
Loading…
Reference in New Issue
Block a user