|
@@ -1,5 +1,6 @@
|
|
<template>
|
|
<template>
|
|
- <My_listbox ref="List" @getlist="getDetail">
|
|
|
|
|
|
+ <view>
|
|
|
|
+
|
|
<swiper class="swiper" circular v-if="slides.length" :indicator-dots="slides.length > 1" indicator-color="#DC808B"
|
|
<swiper class="swiper" circular v-if="slides.length" :indicator-dots="slides.length > 1" indicator-color="#DC808B"
|
|
indicator-active-color="#C30D23">
|
|
indicator-active-color="#C30D23">
|
|
<swiper-item class="swiper-item" v-for="item in slides" :key="item.url">
|
|
<swiper-item class="swiper-item" v-for="item in slides" :key="item.url">
|
|
@@ -69,7 +70,7 @@
|
|
</l-painter>
|
|
</l-painter>
|
|
</view>
|
|
</view>
|
|
<bottomForm type="效果图" ownertable="sat_sharematerial" :ownerid="sat_sharematerialid" />
|
|
<bottomForm type="效果图" ownertable="sat_sharematerial" :ownerid="sat_sharematerialid" />
|
|
- </My_listbox>
|
|
|
|
|
|
+ </view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
@@ -110,7 +111,6 @@ export default {
|
|
"sat_sharematerialid": this.sat_sharematerialid
|
|
"sat_sharematerialid": this.sat_sharematerialid
|
|
},
|
|
},
|
|
}).then(res => {
|
|
}).then(res => {
|
|
- this.$refs.List.RefreshToComplete()
|
|
|
|
console.log("获取效果图详情", res)
|
|
console.log("获取效果图详情", res)
|
|
if (this.cutoff(res.msg)) return;
|
|
if (this.cutoff(res.msg)) return;
|
|
this.detail = res.data;
|
|
this.detail = res.data;
|