10 2021 档案

摘要:1 <template> 2 <view class="content"> 3 <view v-for="(item, index) in list" 4 :key="index" 5 class="cell-item" 6 @click="showDetail(item)" 7 >{{item.n 阅读全文
posted @ 2021-10-28 12:29 ~落辰~ 阅读(20) 评论(0) 推荐(0)