This commit is contained in:
yanran200730
2023-03-30 17:40:49 +08:00
parent 70172e2a98
commit 1c557e3f63

View File

@@ -4,7 +4,7 @@
<ai-title title="活动详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)"></ai-title> <ai-title title="活动详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)"></ai-title>
</template> </template>
<template slot="content"> <template slot="content">
<ai-card title="基本信息" v-if="currIndex === 0"> <ai-card title="基本信息">
<template #content> <template #content>
<ai-wrapper> <ai-wrapper>
<ai-info-item label="活动名称" :value="info.title"></ai-info-item> <ai-info-item label="活动名称" :value="info.title"></ai-info-item>