From 068cbb2916ff43d1093cfcc5bb489851f54941d2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 18 Jul 2022 11:31:40 +0800 Subject: [PATCH] BUG 30546 --- src/components/AiGroup/AiGroup.vue | 23 ++++ src/components/AiItem/AiItem.vue | 107 ++++++++++++++++++ src/mods/publicity/AppAgProducts/agDetail.vue | 21 ++-- 3 files changed, 138 insertions(+), 13 deletions(-) create mode 100644 src/components/AiGroup/AiGroup.vue create mode 100644 src/components/AiItem/AiItem.vue diff --git a/src/components/AiGroup/AiGroup.vue b/src/components/AiGroup/AiGroup.vue new file mode 100644 index 0000000..d2ba62c --- /dev/null +++ b/src/components/AiGroup/AiGroup.vue @@ -0,0 +1,23 @@ + + + + + diff --git a/src/components/AiItem/AiItem.vue b/src/components/AiItem/AiItem.vue new file mode 100644 index 0000000..363ca21 --- /dev/null +++ b/src/components/AiItem/AiItem.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/mods/publicity/AppAgProducts/agDetail.vue b/src/mods/publicity/AppAgProducts/agDetail.vue index 6a661a2..be62e1b 100644 --- a/src/mods/publicity/AppAgProducts/agDetail.vue +++ b/src/mods/publicity/AppAgProducts/agDetail.vue @@ -11,19 +11,13 @@ v-for="(item,index) in detail.files" :key="index" @click="preview(index)"> -
-
-
联系方式
-
- - {{ detail.phone }} -
-
-
-
地址
-
{{ detail.address }}
-
-
+ + + + + + +
撤销发布
@@ -33,6 +27,7 @@