Commit 40a6b911 by kyonback

更新新增海报

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