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
67921bd3
Commit
67921bd3
authored
Aug 31, 2022
by
huaying
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/8月-奥莱定制' into dev
parents
f94b9146
997da883
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
links.vue
src/views/card/links.vue
+2
-2
store-list.vue
src/views/card/store-list.vue
+0
-1
No files found.
src/views/card/links.vue
View file @
67921bd3
...
...
@@ -2,9 +2,9 @@
<el-dialog
title=
"核销工具二维码"
:visible
.
sync=
"show"
width=
"600px"
:before-close=
"close"
>
<div
v-loading=
"loading"
class=
"links-block"
>
<div
class=
"links__body"
>
<div
class=
"links__body--url"
>
{{
src
}}
</div>
<div
class=
"links__body--url"
>
{{
link
}}
</div>
<div
class=
"links__body--btn"
>
<el-button
v-clipboard:text=
"
src"
v-show=
"src
"
type=
"text"
><i
class=
"iconfont icon-lianjie font-14"
></i>
复制链接
</el-button>
<el-button
v-clipboard:text=
"
link"
v-show=
"link
"
type=
"text"
><i
class=
"iconfont icon-lianjie font-14"
></i>
复制链接
</el-button>
</div>
</div>
<div
class=
"link__divider"
></div>
...
...
src/views/card/store-list.vue
View file @
67921bd3
...
...
@@ -149,7 +149,6 @@ export default {
this
.
link
=
res
.
result
.
link
;
this
.
linkUrl
=
res
.
result
.
url
;
}
console
.
log
(
res
.
result
,
'link'
);
this
.
linkShow
=
true
;
});
}
...
...
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