Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
2366ec86
Commit
2366ec86
authored
Sep 30, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6d142550
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
index.vue
src/components/Editor/index.vue
+2
-1
publish.vue
src/views/Root/Activity/publish.vue
+2
-0
index.vue
src/views/Root/index.vue
+1
-1
No files found.
src/components/Editor/index.vue
View file @
2366ec86
...
@@ -30,7 +30,8 @@ export default Vue.extend({
...
@@ -30,7 +30,8 @@ export default Vue.extend({
},
},
watch
:{
watch
:{
text
(
newV
,
oldV
){
text
(
newV
,
oldV
){
this
.
editor
.
commands
.
insertContent
(
newV
)
this
.
editor
.
commands
.
setContent
(
newV
)
this
.
$emit
(
"update:editorContent"
,
newV
);
}
}
},
},
data
()
{
data
()
{
...
...
src/views/Root/Activity/publish.vue
View file @
2366ec86
...
@@ -67,6 +67,8 @@ export default Vue.extend({
...
@@ -67,6 +67,8 @@ export default Vue.extend({
);
);
this
.
form
.
title
=
items
.
title
;
this
.
form
.
title
=
items
.
title
;
this
.
form
.
editableContent
=
items
.
content
;
this
.
form
.
editableContent
=
items
.
content
;
console
.
log
(
items
.
content
);
this
.
form
.
file_hash
=
items
.
file_name
;
this
.
form
.
file_hash
=
items
.
file_name
;
this
.
uuid
=
items
.
uuid
;
this
.
uuid
=
items
.
uuid
;
if
(
this
.
form
.
file_hash
)
{
if
(
this
.
form
.
file_hash
)
{
...
...
src/views/Root/index.vue
View file @
2366ec86
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
</a-layout-content>
</a-layout-content>
<a-layout-footer
:style=
"{ textAlign: 'center' }"
>
<a-layout-footer
:style=
"{ textAlign: 'center' }"
>
普惠金融 ©2021 Created by 33
普惠金融 ©2021 Created by 33
<
div
class=
" bg-red-300"
>
{{role}}
</div
>
<
!-- <div class=" bg-red-300">{{role}}</div> --
>
</a-layout-footer>
</a-layout-footer>
</a-layout>
</a-layout>
</a-layout>
</a-layout>
...
...
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