fix: 🐛 修复日期筛选组件小程序回显问题和调整banner
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="work">
|
||||
<template v-for="item in gridList">
|
||||
<template v-for="(item, index) in gridList" :key="index">
|
||||
<wd-card :title="item.title">
|
||||
<wd-grid clickable :column="4">
|
||||
<wd-grid-item
|
||||
|
||||
Reference in New Issue
Block a user