Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
hujun
tl_estate
Commits
ec802e6f
Commit
ec802e6f
authored
Mar 08, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
800
parent
a883dc57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
articleDetail.vue
...c/appnew/src/components/businessCollege/articleDetail.vue
+2
-2
No files found.
public/appnew/src/components/businessCollege/articleDetail.vue
View file @
ec802e6f
...
@@ -144,8 +144,8 @@
...
@@ -144,8 +144,8 @@
commentSend
()
{
commentSend
()
{
let
_this
=
this
;
let
_this
=
this
;
let
_len
=
_this
.
commentContent
.
length
;
let
_len
=
_this
.
commentContent
.
length
;
if
(
_len
<
50
||
_len
>
5
00
){
if
(
_len
<
50
||
_len
>
8
00
){
layer
.
tipsX
(
'评论字数需在50~
5
00之间,当前字数为'
+
_len
);
layer
.
tipsX
(
'评论字数需在50~
8
00之间,当前字数为'
+
_len
);
}
else
{
}
else
{
_this
.
axios
({
_this
.
axios
({
method
:
'POST'
,
method
:
'POST'
,
...
...
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