去掉顿号
This commit is contained in:
parent
25e15aa336
commit
98301d80fe
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
File diff suppressed because one or more lines are too long
1
dist/js/212.1c48dae1.js
vendored
Normal file
1
dist/js/212.1c48dae1.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/470.d50c6eb8.js
vendored
1
dist/js/470.d50c6eb8.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/621.cb507707.js
vendored
Normal file
1
dist/js/621.cb507707.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1134,8 +1134,8 @@ export default {
|
|||||||
if (thread.apply_llm) value += " LL.M"
|
if (thread.apply_llm) value += " LL.M"
|
||||||
if (thread.apply_jd) value += " J.D"
|
if (thread.apply_jd) value += " J.D"
|
||||||
} else if (key == "country") {
|
} else if (key == "country") {
|
||||||
thread.country.forEach(element => {
|
thread.country.forEach((element, i) => {
|
||||||
value += element.name + "、"
|
value += element.name + (i > 1 ? "、" : "")
|
||||||
})
|
})
|
||||||
} else if (key == "scholarship") {
|
} else if (key == "scholarship") {
|
||||||
value = "是"
|
value = "是"
|
||||||
@ -1143,7 +1143,7 @@ export default {
|
|||||||
if (thread.profession_cid == 2) value = thread[key] == 1 ? "男" : "女"
|
if (thread.profession_cid == 2) value = thread[key] == 1 ? "男" : "女"
|
||||||
else value = null
|
else value = null
|
||||||
} else if (key == "lsat") {
|
} else if (key == "lsat") {
|
||||||
if (thread.profession_cid == 2) value = thread['lsat']
|
if (thread.profession_cid == 2) value = thread["lsat"]
|
||||||
else value = null
|
else value = null
|
||||||
} else if (key == "experience") {
|
} else if (key == "experience") {
|
||||||
value = experience[thread[key]]
|
value = experience[thread[key]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user