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
9ae2bd65
Commit
9ae2bd65
authored
Oct 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
诚信表
parent
e80f5784
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
eval_faith.vue
public/appnew/src/components/eval/eval_faith.vue
+5
-4
No files found.
public/appnew/src/components/eval/eval_faith.vue
View file @
9ae2bd65
...
@@ -116,7 +116,8 @@
...
@@ -116,7 +116,8 @@
getImg
(){
getImg
(){
let
that
=
this
;
let
that
=
this
;
if
(
this
.
validateParams
()
){
if
(
this
.
validateParams
()
){
for
(
var
i
=
0
;
i
<=
5
;
i
++
){
for
(
var
i
=
0
;
i
<=
2
;
i
++
){
console
.
log
(
document
.
getElementsByClassName
(
"detail-divL"
)[
i
]);
document
.
getElementsByClassName
(
"detail-divL"
)[
i
].
style
.
display
=
"none"
;
document
.
getElementsByClassName
(
"detail-divL"
)[
i
].
style
.
display
=
"none"
;
document
.
getElementsByClassName
(
"detail-div"
)[
i
].
style
.
display
=
"block"
;
document
.
getElementsByClassName
(
"detail-div"
)[
i
].
style
.
display
=
"block"
;
}
}
...
@@ -148,7 +149,7 @@
...
@@ -148,7 +149,7 @@
}).
then
(
function
(
res
)
{
}).
then
(
function
(
res
)
{
if
(
res
.
data
.
code
==
200
){
if
(
res
.
data
.
code
==
200
){
layer
.
tipsX
(
'提交成功'
);
layer
.
tipsX
(
'提交成功'
);
for
(
var
i
=
0
;
i
<=
5
;
i
++
){
for
(
var
i
=
0
;
i
<=
2
;
i
++
){
document
.
getElementsByClassName
(
"detail-divL"
)[
i
].
style
.
display
=
"block"
;
document
.
getElementsByClassName
(
"detail-divL"
)[
i
].
style
.
display
=
"block"
;
document
.
getElementsByClassName
(
"detail-div"
)[
i
].
style
.
display
=
"none"
;
document
.
getElementsByClassName
(
"detail-div"
)[
i
].
style
.
display
=
"none"
;
}
}
...
@@ -196,7 +197,7 @@
...
@@ -196,7 +197,7 @@
font-family
:
PingFangSC-Semibold
;
font-family
:
PingFangSC-Semibold
;
font-weight
:
600
;
font-weight
:
600
;
color
:
rgba
(
39
,
39
,
39
,
1
);
color
:
rgba
(
39
,
39
,
39
,
1
);
line-height
:
.
28
rem
;
line-height
:
.
36
rem
;
float
:
left
;
float
:
left
;
}
}
.title_time
{
.title_time
{
...
@@ -264,7 +265,7 @@
...
@@ -264,7 +265,7 @@
textarea
{
textarea
{
outline
:
none
;
outline
:
none
;
overflow
:
hidden
;
overflow
:
hidden
;
resize
:
none
;
//调整属性指定一个元素是否是由用户调整大小的
both/horizontal
宽度/vertical
高度
resize
:
none
;
word-break
:
break-all
;
word-break
:
break-all
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
...
...
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