提交 6fe54b67 authored 作者: 王腾飞's avatar 王腾飞

1107

......@@ -116,8 +116,9 @@ export default {
if (res.data.code === 0) {
this.myAtlasListData.splice(key, 1)
this.$message.success('删除成功');
this.getMyAtlasInfo();
} else {
this.$message.error('删除失败')
this.$message.error('删除失败');
}
})
})
......
......@@ -82,7 +82,8 @@
</h2>
<el-button type="primary" icon="el-icon-edit" size="mini" @click="goEditPhotoResource">编辑信息</el-button>
</section>
<table v-for="(item, key) in photoInfo" :key="key" v-if="key === activeIndex">
<div v-for="(item, key) in photoInfo" :key="key">
<table v-if="key === activeIndex">
<tr>
<th>照片题名</th>
<td>{{ item.name }}</td>
......@@ -127,6 +128,7 @@
</tr>
</table>
</div>
</div>
<div class="atlasBasicInfo photoExifInfo">
<section>
<h2 class="titleWithIcon">
......@@ -284,8 +286,6 @@ export default {
this.$nextTick(() => {
const swiperTop = this.$refs.swiperTop.swiper
const swiperThumbs = this.$refs.swiperThumbs.swiper
console.log(swiperTop, "YYYY")
console.log(swiperThumbs, "UUUU")
swiperTop.controller.control = swiperThumbs
swiperThumbs.controller.control = swiperTop
})
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论