This commit is contained in:
hackrobot
2024-09-15 18:36:09 +08:00
parent e55e5cea40
commit 1b8160d154
2 changed files with 4 additions and 2 deletions

BIN
src/images/wenwen.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -39,6 +39,8 @@ import meetup from "../../images/meetup.jpg";
import bookqr from "../../images/bookqr.jpg";
import loft from "../../images/loft.png";
import AIGC from "../../images/AIGC.png";
import wenwen from "../../images/wenwen.jpg";
// export default class Index extends Component {
@@ -426,7 +428,7 @@ const Index = () => {
<AtCard
// note="提示文字"
// extra="2024/09/18"
extra="已报名:3人"
extra="已报名:4人"
title="线下沙龙"
thumb="http://img12.360buyimg.com/jdphoto/s72x72_jfs/t10660/330/203667368/1672/801735d7/59c85643N31e68303.png"
>
@@ -453,7 +455,7 @@ const Index = () => {
19:00--21:00
</View> */}
<View className="meetupSrcItem">
{[touxiang, girl, cat].map((item, index) => {
{[touxiang, girl, cat,wenwen].map((item, index) => {
return (
<View className="meetupSrc">
<Image