fix: 🐛 修复日期筛选组件小程序回显问题和调整banner

This commit is contained in:
Ray.Hao
2024-11-30 01:26:43 +08:00
parent 6c3464a01b
commit adcdf4f03e
8 changed files with 32 additions and 31 deletions

View File

@@ -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