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
454602fe
Commit
454602fe
authored
Mar 19, 2020
by
黄森林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
e56baf6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
src/views/poster/PosterList.vue
+2
-2
src/views/poster/newPoster.vue
+6
-5
No files found.
src/views/poster/PosterList.vue
View file @
454602fe
...
@@ -87,6 +87,7 @@
...
@@ -87,6 +87,7 @@
},
},
data
(){
data
(){
return
{
return
{
jumpPath
:
'http://hhrcode.winsun-aly.com/#/hhr/home?id='
,
imgInfo
:
''
,
imgInfo
:
''
,
visiblepicture
:
false
,
visiblepicture
:
false
,
pictureInfo
:
''
,
pictureInfo
:
''
,
...
@@ -196,8 +197,7 @@
...
@@ -196,8 +197,7 @@
});
});
},
},
addPoster
(
picture
,
id
){
addPoster
(
picture
,
id
){
/* picture = 'http://yrym.winsun-aly.com/gdtel-xyzx-hhr/images/yrym-ruanyan-logo.png'*/
let
url
=
this
.
jumpPath
+
id
let
url
=
'http://hhrcode.winsun-aly.com/#/hhr/home?id='
+
id
this
.
$refs
.
model1
.
showModal
(
picture
,
url
);
this
.
$refs
.
model1
.
showModal
(
picture
,
url
);
},
},
search
()
{
search
()
{
...
...
src/views/poster/newPoster.vue
View file @
454602fe
...
@@ -40,15 +40,15 @@
...
@@ -40,15 +40,15 @@
<a-divider
/>
<a-divider
/>
</div>
</div>
<div
style=
"margin-left: 10%"
>
<div
style=
"margin-left: 10%"
>
<h2>
使用
说明
</h2>
<h2>
操作
说明
</h2>
<h3>
<h3>
1.使用鼠标可拖动二维码放置在图片内任何地方(注意:二维码位置不可超出图片范围)
1.使用鼠标可拖动二维码放置在图片内任何地方(注意:二维码位置不可超出图片范围)
</h3>
</h3>
<h3>
<h3>
2.
使用
图片上方的滑动条可以调节二维码大小
2.
滑动
图片上方的滑动条可以调节二维码大小
</h3>
</h3>
<h3>
<h3>
3.
使用
图片上方的生成图片按钮可以下载调节好的二维码图片
3.
点击
图片上方的生成图片按钮可以下载调节好的二维码图片
</h3>
</h3>
</div>
</div>
</a-drawer>
</a-drawer>
...
@@ -78,9 +78,10 @@ export default {
...
@@ -78,9 +78,10 @@ export default {
this
.
images
=
base64
;
this
.
images
=
base64
;
this
.
visible
=
true
;
this
.
visible
=
true
;
});
});
setTimeout
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
newCode
()
this
.
newCode
()
},
200
);
});
},
},
onClose
()
{
onClose
()
{
this
.
visible
=
false
;
this
.
visible
=
false
;
...
...
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