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
c2ede9b3
Commit
c2ede9b3
authored
Feb 08, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复bug
parent
eec4e27b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
addTemp.vue
src/views/message/addTemp.vue
+3
-2
No files found.
src/views/message/addTemp.vue
View file @
c2ede9b3
...
...
@@ -104,7 +104,7 @@
<
template
v-if=
"transferLink.type != 2"
>
<el-input-number
v-model=
"transferLink.dayNum"
:min=
"getMin"
:max=
"getMax"
controls-position=
"right"
style=
"width: 90px"
></el-input-number>
<span
class=
"transfer-link-uint"
>
天
</span>
<span
class=
"transfer-link-tip"
>
{{
transferLink
.
type
==
0
?
`不能大于${getMax
}
天`
:
`大于${getMin
}
天`
}}
<
/span
>
<span
class=
"transfer-link-tip"
>
{{
transferLink
.
type
==
0
?
`不能大于${getMax
}
天`
:
`大于${getMin
- 1
}
天`
}}
<
/span
>
<
/template
>
<
p
class
=
"transfer-link-tip"
>
长期有效链接(
>
31
天,包含永久有效链接)每个小程序只支持十万,建议商品详情
/
礼品详情等非永久页面生成短期有效链接(≤
31
天)。
<
/p
>
<
/el-form-item
>
...
...
@@ -286,7 +286,8 @@ export default {
.
finally
(()
=>
(
this
.
loading
=
false
));
}
,
onInsert
()
{
this
.
form
.
content
=
`${this.form.content
}
${this.insertLink.link
}
`
;
// 链接插入短信中需要前后有一个空格
this
.
form
.
content
=
`${this.form.content
}
${this.insertLink.link
}
`
;
this
.
insertLink
.
show
=
false
;
this
.
reduceLink
.
show
=
false
;
this
.
transferLink
.
show
=
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