Commit 40a6b911 by kyonback

更新新增海报

parent 6e67f046
......@@ -5,13 +5,13 @@
:closable="true"
:visible="visible"
@close="onClose"
width="50%"
width="100%"
:bodyStyle="{'padding':0}"
destroyOnClose
>
<div class="meun-box">
<a-row>
<a-col :span="3">
<a-col :span="6">
<!-- <div class="select-btn">
<span>选择图片</span>
<input ref="selectImgae" class="seletImg" type="file" @change="selectImage" />
......@@ -59,6 +59,7 @@ export default {
},
methods: {
showModal(picture) {
//picture = picture.replace('http://yrym.winsun-aly.com','/api');
this.getBase64(picture, 'jpeg', (base64) =>{
// 给原生img对象的src属性赋值
this.images=base64;
......
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