Commit 320eb085 by hank

preview

parent 4483391a
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
v-if="loaded" v-if="loaded"
:style="{ :style="{
}" }"
:src="templateData.frameUrl+'?isPreview=1'" :src="templateData.frameUrl+'?isEdit=1&filmId='+templateData.filmId"
frameborder="0" frameborder="0"
></iframe> ></iframe>
</div> </div>
......
...@@ -67,6 +67,7 @@ import 'swiper/dist/css/swiper.css' ...@@ -67,6 +67,7 @@ import 'swiper/dist/css/swiper.css'
import { swiper, swiperSlide } from 'vue-awesome-swiper' import { swiper, swiperSlide } from 'vue-awesome-swiper'
import { getTempalteList, getFilmList } from '@/api/api' import { getTempalteList, getFilmList } from '@/api/api'
export default { export default {
name: 'Tempaltes',
data() { data() {
return { return {
swiperOption: { swiperOption: {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<iframe <iframe
class="iframe" class="iframe"
v-show="loaded" v-show="loaded"
:src="templateData.frameUrl+'?isEdit=1&filmId='+templateData.filmId" :src="templateData.frameUrl+'?isPreview=1'"
frameborder="0" frameborder="0"
></iframe> ></iframe>
</div> </div>
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
.content-left { .content-left {
flex: 1; flex: 1;
background: #eeeeee; background: #eeeeee;
height: calc(100vh - 45px); height: calc(100vh);
box-sizing: border-box; box-sizing: border-box;
text-align: left; text-align: left;
.content-left-top { .content-left-top {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment