Commit f1093c2c by yanju

'cropper'

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