Commit f1093c2c by yanju

'cropper'

parent e993c36e
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
} }
}, },
props:{ props:{
file:Blob, file:[Object ,Blob],
dialogVisible:Boolean, dialogVisible:Boolean,
cropperW:{ cropperW:{
type:Number, type:Number,
......
...@@ -73,7 +73,12 @@ ...@@ -73,7 +73,12 @@
card2ImgArr:[], card2ImgArr:[],
hideImgNum:0, hideImgNum:0,
showAllImg:false, showAllImg:false,
currentImg:this.currentImg2, }
},
computed:{
currentImg(){
return this.currentImg2
} }
}, },
......
...@@ -153,7 +153,6 @@ ...@@ -153,7 +153,6 @@
created(){ created(){
this.route = this.$route.name; this.route = this.$route.name;
console.log(this.$route)
this.progressShow = true; this.progressShow = true;
setTimeout(()=>{ setTimeout(()=>{
this.progressShow = false; this.progressShow = false;
......
<template> <template>
<transition name="fade-transform" mode="out-in">
<nuxt/> <nuxt/>
</transition>
</template> </template>
<script> <script>
......
<template> <template>
<div class="bc-layout-container"> <div class="bc-layout-container">
<page-header></page-header> <page-header></page-header>
<transition name="fade-transform" mode="out-in">
<nuxt /> <nuxt />
</transition>
</div> </div>
</template> </template>
......
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 to comment