Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
d8f7f47f
Commit
d8f7f47f
authored
Sep 08, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 优化
parent
479abe88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
lib-teletext.vue
src/views/ecm/marketing-event/components/lib-teletext.vue
+1
-1
links.vue
src/views/game/common/links.vue
+9
-2
No files found.
src/views/ecm/marketing-event/components/lib-teletext.vue
View file @
d8f7f47f
...
...
@@ -40,7 +40,7 @@
</el-radio-group>
<dm-pagination
v-show=
"textImgList.length"
class=
"dm-pagination"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"listParams.currentPage"
:page-sizes=
"[20, 40, 60, 80]"
:page-size=
"listParams.pageSize"
layout=
"prev, pager, next"
:total=
"total"
></dm-pagination>
<p
v-if=
"singleFlag"
class=
"minor-font-color mb10"
>
* 将使用微信客服接口发送,已按微信规则过滤图文数目大于1的图文。
</p>
<p
v-if=
"singleFlag"
class=
"minor-font-color mb10"
>
* 只有开通微信支付的商户,才能获得图文插入H5链接跳转其他网址的功能。
</p>
<p
class=
"minor-font-color mb10"
>
* 只有开通微信支付的商户,才能获得图文插入H5链接跳转其他网址的功能。
</p>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"close"
>
关 闭
</el-button>
<el-button
type=
"primary"
@
click=
"addItem"
>
确 定
</el-button>
...
...
src/views/game/common/links.vue
View file @
d8f7f47f
...
...
@@ -143,9 +143,16 @@ export default {
const
qrWrap
=
document
.
getElementById
(
'qrWrap'
);
qrImg
=
qrWrap
&&
qrWrap
.
childNodes
[
0
].
src
;
}
else
{
qrImg
=
this
.
miniprogram
.
url
;
qrImg
=
this
.
miniprogram
.
url
+
'?imageMogr2/thumbnail/500x500'
;
}
viewerApi
({
images
:
[
qrImg
]
});
viewerApi
({
images
:
[
qrImg
],
options
:
{
toolbar
:
false
,
navbar
:
false
,
title
:
false
}
});
},
downloadMiniporgramImg
()
{
const
downloadFile
=
(
fileName
,
content
)
=>
{
...
...
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