Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
40a6b911
Commit
40a6b911
authored
Mar 18, 2020
by
kyonback
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新新增海报
parent
6e67f046
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/views/poster/newPoster.vue
+3
-2
No files found.
src/views/poster/newPoster.vue
View file @
40a6b911
...
...
@@ -5,13 +5,13 @@
:closable=
"true"
:visible=
"visible"
@
close=
"onClose"
width=
"
5
0%"
width=
"
10
0%"
: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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment