Commit 41039864 by 陈玉桐

fix

parent 7bdd0b18
......@@ -73,7 +73,7 @@
</div>
<div id="addpicBox">
<img @click="selectPic" src="../assets/addpicBlack.png">
<img :src="uploadPic" v-show="uploadPic">
<img :src="uploadPic" :style="previews.img" v-show="uploadPic">
</div>
<div id="posterBom">
<div id="posterBomWrap" :style="{background: backgroundColor}">
......@@ -348,8 +348,7 @@ export default {
// 实时预览函数
realTime(data) {
console.log('realTime')
this.previews = data
console.log(this.previews)
this.previews = data
},
imgLoad (msg) {
console.log('imgLoad')
......
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