Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
43cc6615
Commit
43cc6615
authored
Aug 24, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
4cecf7b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
shareFriend.vue
src/components/Share/shareFriend.vue
+6
-5
No files found.
src/components/Share/shareFriend.vue
View file @
43cc6615
...
...
@@ -144,9 +144,10 @@
<el-button
type=
"text"
v-if=
"addMsg.GoodsId>0"
>
(
{{
addMsg
.
GoodsId
}}
)
{{
addMsg
.
GoodsName
}}
</el-button>
<el-button
type=
"text"
@
click=
"isShowGoods=true"
>
选择商品
</el-button>
</el-form-item>
<el-form-item
label=
"动态文案"
>
<!-- prop="MaterialInfo"-->
<UeEditor
style=
"width:750px;"
:defaultMsg=
"defaultMsg"
:config=
"config"
:IsMultiple=
"true"
ref=
"UeEditor1"
></UeEditor>
<el-form-item
label=
"动态文案"
prop=
"MaterialInfo"
>
<!--
<UeEditor
style=
"width:750px;"
:defaultMsg=
"defaultMsg"
:config=
"config"
:IsMultiple=
"true"
ref=
"UeEditor1"
></UeEditor>
-->
<el-input
type=
"textarea"
:rows=
"6"
v-model=
"addMsg.MaterialInfo"
></el-input>
</el-form-item>
<el-form-item>
<label
slot=
"label"
>
动态图片
...
...
@@ -341,8 +342,8 @@
submitForm
(
formName
)
{
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
let
content
=
this
.
$refs
.
UeEditor1
.
getUEContent
();
this
.
addMsg
.
MaterialInfo
=
content
;
//
let content = this.$refs.UeEditor1.getUEContent();
//
this.addMsg.MaterialInfo = content;
this
.
apipost
(
"/api/Share/SetShareFriend"
,
this
.
addMsg
,
res
=>
{
this
.
loading
=
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