Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
37775fd7
提交
37775fd7
authored
1月 11, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
页面调整
上级
ea55432f
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
93 行增加
和
142 行删除
+93
-142
consultingForm.vue
components/consultingForm.vue
+22
-5
Menu.vue
components/layout/pc/Menu.vue
+1
-1
rightAside.vue
components/rightAside.vue
+3
-0
academic.vue
pages/academic/academic.vue
+18
-9
dataDownload.vue
pages/dataDownload/dataDownload.vue
+2
-2
apply.vue
pages/enroll/apply.vue
+4
-4
brochure.vue
pages/enroll/brochure.vue
+1
-1
process.vue
pages/enroll/process.vue
+1
-1
index.vue
pages/index.vue
+1
-0
introduce.vue
pages/project-intro/introduce.vue
+29
-108
question.vue
pages/question/question.vue
+2
-2
returnPolicy.vue
pages/returnPolicy/returnPolicy.vue
+1
-1
school2.vue
pages/school/school2.vue
+1
-1
school3.vue
pages/school/school3.vue
+7
-7
没有找到文件。
components/consultingForm.vue
浏览文件 @
37775fd7
...
...
@@ -72,11 +72,17 @@ export default {
return
this
.
codeButtonDisabled
?
`
${
this
.
disabledTime
}
秒后重发`
:
'获取验证码'
}
},
mounted
()
{
console
.
log
(
this
.
ruleForm
,
'-----'
)
},
methods
:
{
closePop
()
{
document
.
getElementsByTagName
(
'body'
)[
0
].
style
.
height
=
''
document
.
getElementsByTagName
(
'body'
)[
0
].
style
.
overflow
=
''
this
.
$emit
(
'update:visible'
,
false
)
this
.
ruleForm
.
name
=
''
this
.
ruleForm
.
phone
=
''
this
.
phoneCode
=
''
},
onSbumit
()
{
if
(
!
this
.
ruleForm
.
name
)
{
...
...
@@ -91,23 +97,34 @@ export default {
this
.
$message
(
'请输入短信验证码'
)
return
}
this
.
checkPhoneCode
()
.
then
(
this
.
handleSubmit
)
this
.
checkPhoneCode
()
},
handleSubmit
()
{
api
.
submit
(
this
.
ruleForm
)
.
then
(
res
ponse
=>
{
.
then
(
res
=>
{
this
.
$message
(
'报名成功'
)
this
.
$emit
(
'success'
)
this
.
ruleForm
.
name
=
''
this
.
ruleForm
.
phone
=
''
this
.
phoneCode
=
''
})
.
catch
(
err
=>
{
if
(
err
&&
err
.
type
===
'checkcode'
)
this
.
$message
.
error
(
err
.
msg
)
else
this
.
$message
.
error
(
err
.
msg
||
'报名提交失败'
)
this
.
$message
.
error
(
err
.
msg
)
})
},
// 校验短信验证码
checkPhoneCode
()
{
return
api
.
checkCode
({
account
:
this
.
ruleForm
.
phone
,
code
:
this
.
phoneCode
})
return
api
.
checkCode
({
account
:
this
.
ruleForm
.
phone
,
code
:
this
.
phoneCode
})
.
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
this
.
handleSubmit
()
}
})
.
catch
(
err
=>
{
this
.
$message
.
error
(
err
.
msg
)
})
},
onSendCode
()
{
if
(
!
this
.
ruleForm
.
phone
||
!
/^1
[
3-9
]\d{9}
$/
.
test
(
this
.
ruleForm
.
phone
))
{
...
...
components/layout/pc/Menu.vue
浏览文件 @
37775fd7
...
...
@@ -88,7 +88,7 @@ export default {
path
:
'/enroll/process'
,
childern
:
[
{
name
:
this
.
$t
(
'menu.enrollChild.process'
),
path
:
'/enroll/process'
},
{
name
:
this
.
$t
(
'menu.enrollChild.brochure'
),
path
:
'/enroll/brochure'
},
//
{ name: this.$t('menu.enrollChild.brochure'), path: '/enroll/brochure' },
{
name
:
this
.
$t
(
'menu.enrollChild.apply'
),
path
:
'/enroll/apply'
}
]
},
...
...
components/rightAside.vue
浏览文件 @
37775fd7
...
...
@@ -129,6 +129,9 @@ export default {
message
:
'报名成功'
,
duration
:
5000
})
this
.
formInfo
.
name
=
''
this
.
formInfo
.
phone
=
''
this
.
sendCode
=
''
})
.
catch
(
err
=>
{
if
(
err
&&
err
.
type
===
'checkcode'
)
this
.
$message
.
error
(
err
.
msg
)
...
...
pages/academic/academic.vue
浏览文件 @
37775fd7
<
template
>
<app-frame
:data=
"frameParams"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic1.png"
alt=
""
/>
<div
style=
"display:flex;justify-content:space-around;margin-top:103px;margin-bottom:102px
"
>
<el-image
style=
"width: 200px; height: 300px"
:src=
"url1"
:preview-src-list=
"srcList
1"
>
</el-image>
<el-image
style=
"width: 200px; height: 300px"
:src=
"url2"
:preview-src-list=
"srcList
2"
>
</el-image>
<el-image
style=
"width: 200px; height: 300px"
:src=
"url3"
:preview-src-list=
"srcList
3"
>
</el-image>
<div
class=
"main_content
"
>
<el-image
:src=
"url
1"
>
</el-image>
<el-image
:src=
"url
2"
>
</el-image>
<el-image
:src=
"url
3"
>
</el-image>
</div>
</app-frame>
</
template
>
...
...
@@ -15,12 +15,9 @@ export default {
components
:
{
appFrame
},
data
()
{
return
{
url1
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic2.png'
,
url2
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic3.png'
,
url1
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic2
1
.png'
,
url2
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic3
1
.png'
,
url3
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic4.png'
,
srcList1
:
[
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic2.png'
],
srcList2
:
[
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic3.png'
],
srcList3
:
[
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/academic4.png'
],
frameParams
:
{
slider
:
[
...
...
@@ -34,3 +31,15 @@ export default {
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.main_content
{
padding
:
103px
64px
120px
48px
;
display
:
flex
;
justify-content
:
space-around
;
align-items
:
center
;
}
::v-deep
.el-image
{
display
:
block
;
margin-right
:
20px
;
}
</
style
>
pages/dataDownload/dataDownload.vue
浏览文件 @
37775fd7
...
...
@@ -2,7 +2,7 @@
<app-frame
:data=
"frameParams"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/data_banner.png"
alt=
""
/>
<div
class=
"dataList"
>
<a
<
!--
<
a
href=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/English_Intro.doc"
download=
"111.pdf"
class=
"part"
...
...
@@ -13,7 +13,7 @@
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
</div>
</a>
</a>
-->
<a
href=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.docx"
download=
"常见问题.docx"
...
...
pages/enroll/apply.vue
浏览文件 @
37775fd7
...
...
@@ -26,7 +26,7 @@
提交申请材料并通过审核后,进入到面试环节。通过清控紫荆教育中英文面试后将获得条件录取资格或候补资格
</div>
<div
class=
"descList"
>
<div
class=
"list_tit"
>
报名
条件
</div>
<div
class=
"list_tit"
>
报名
资料
</div>
<div
class=
"list_desc"
v-for=
"(item, index) in descList"
:key=
"index"
>
{{
item
.
desc
}}
</div>
...
...
@@ -77,10 +77,10 @@
学生按照规定完成各项培养环节,修满所需学分。
</li>
<li
class=
"item_parts"
>
SIT项目学员毕业前
学
提交合格的英文测试成绩,除入学时符合英文免考条件的学生外,其余考生须在2023年9月1日前提供合格(不低于雅思7分或托福86分)的英文测试成绩,否则无法赴美直读正课,需搭配语言课。
SIT项目学员毕业前
需
提交合格的英文测试成绩,除入学时符合英文免考条件的学生外,其余考生须在2023年9月1日前提供合格(不低于雅思7分或托福86分)的英文测试成绩,否则无法赴美直读正课,需搭配语言课。
</li>
<li
class=
"item_parts"
>
SBU项目学员通过学术英语课程考核可免掉托福或雅思要求,未通过者,需要提交托福8
0分或雅思6.5
分的成绩。完成全部workshop课程,可免GMAT。
SBU项目学员通过学术英语课程考核可免掉托福或雅思要求,未通过者,需要提交托福8
8分或雅思7.0
分的成绩。完成全部workshop课程,可免GMAT。
</li>
<li
class=
"item_parts"
>
玛丽伍德项目学员完成课程学习后需提交托福79分或雅思6.0分成绩,如不满足要求者可申请学校语言测试,未通过语言测试者,需搭配语言课程。
...
...
@@ -119,7 +119,7 @@ export default {
frameParams
:
{
slider
:
[
{
name
:
this
.
$t
(
'menu.enrollChild.process'
),
path
:
'/enroll/process'
},
{
name
:
this
.
$t
(
'menu.enrollChild.brochure'
),
path
:
'/enroll/brochure'
},
//
{ name: this.$t('menu.enrollChild.brochure'), path: '/enroll/brochure' },
{
name
:
this
.
$t
(
'menu.enrollChild.apply'
),
path
:
'/enroll/apply'
}
]
},
...
...
pages/enroll/brochure.vue
浏览文件 @
37775fd7
...
...
@@ -49,7 +49,7 @@ export default {
frameParams
:
{
slider
:
[
{
name
:
this
.
$t
(
'menu.enrollChild.process'
),
path
:
'/enroll/process'
},
{
name
:
this
.
$t
(
'menu.enrollChild.brochure'
),
path
:
'/enroll/brochure'
},
//
{ name: this.$t('menu.enrollChild.brochure'), path: '/enroll/brochure' },
{
name
:
this
.
$t
(
'menu.enrollChild.apply'
),
path
:
'/enroll/apply'
}
]
}
...
...
pages/enroll/process.vue
浏览文件 @
37775fd7
...
...
@@ -18,7 +18,7 @@ export default {
frameParams
:
{
slider
:
[
{
name
:
this
.
$t
(
'menu.enrollChild.process'
),
path
:
'/enroll/process'
},
{
name
:
this
.
$t
(
'menu.enrollChild.brochure'
),
path
:
'/enroll/brochure'
},
//
{ name: this.$t('menu.enrollChild.brochure'), path: '/enroll/brochure' },
{
name
:
this
.
$t
(
'menu.enrollChild.apply'
),
path
:
'/enroll/apply'
}
]
}
...
...
pages/index.vue
浏览文件 @
37775fd7
...
...
@@ -119,6 +119,7 @@ export default {
left
:
50%
;
transform
:
translateX
(
-50%
);
margin-top
:
79px
;
text-align
:
center
;
}
}
</
style
>
pages/project-intro/introduce.vue
浏览文件 @
37775fd7
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<app-frame
:data=
"frameParams"
>
<el-card
class=
"project-bg-main"
>
<!--
<h1>
项目介绍
</h1>
<h3>
联合背景
</h3>
-->
<p>
紫荆教育联合纽约州立大学石溪分校、斯蒂文斯理工学院、玛丽伍德大学等美国知名院校引进海外优质的人才培养方案,结合自身优势和科研力量共同研发了硕士MBA,business
analysis和工程管理硕士等中方课程,依托清控紫荆教育多年来丰厚的教学资源,针对当下数字经济时代最需要的商业分析大数据、金融和数字领导力等方向,结合国际前沿专业知识和中国学生的需求,联合中外教学专家、一流院校教授和行业导师共同打造国际领先的人才培养体系,志在培养立足中国本土实践、兼具国际视野的复合型新时代人才。
</p>
<p>
项目采用中英双语授课,学制约16个月。共设有四大模块,分别为语言能力强化课、学术英语课、学术专业课、案例实践课。中方负责1/3的教学内容,美方负责2/3的教学内容。项目采用线上学习和线下面授的教学方式,项目学习结束后,满足毕业条件的学员将获得美国院校予的硕士学位证书,该证书与美国全日制两年就读学生所获得的学位证书具有完全相同的形式和效力。美国高排名优质院校与清华控股旗下紫荆教育紧密携手,依托清华大学五道口金融学院和美国院校优质教学资源,打造高效、高质的国际硕士课程。
</p>
<img
style=
"width:100%;height:100%"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/intro_bottom11.png"
alt=
""
/>
</el-card>
</app-frame>
</div>
<app-frame
:data=
"frameParams"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/introduce_banner.png"
alt=
""
/>
<div
class=
"part_content"
>
<div
class=
"part_item"
>
紫荆教育联合纽约州立大学石溪分校、斯蒂文斯理工学院、玛丽伍德大学等美国知名院校引进海外优质的人才培养方案,结合自身优势和科研力量共同研发了硕士MBA,business
analysis和工程管理硕士等中方课程,依托清控紫荆教育多年来丰厚的教学资源,针对当下数字经济时代最需要的商业分析大数据、金融和数字领导力等方向,结合国际前沿专业知识和中国学生的需求,联合中外教学专家、一流院校教授和行业导师共同打造国际领先的人才培养体系,志在培养立足中国本土实践、兼具国际视野的复合型新时代人才。
</div>
<div
class=
"part_item"
>
项目采用中英双语授课,学制约16个月。共设有四大模块,分别为语言能力强化课、学术英语课、学术专业课、案例实践课。中方负责1/3的教学内容,美方负责2/3的教学内容。项目采用线上学习和线下面授的教学方式,项目学习结束后,满足毕业条件的学员将获得美国院校予的硕士学位证书,该证书与美国全日制两年就读学生所获得的学位证书具有完全相同的形式和效力。美国高排名优质院校与清华控股旗下紫荆教育紧密携手,依托清华大学五道口金融学院和美国院校优质教学资源,打造高效、高质的国际硕士课程。
</div>
<img
class=
"part_img"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/intro_bottom11.png"
alt=
""
/>
</div>
</app-frame>
</
template
>
<
script
>
import
TabNav
from
'./components/TabNav'
...
...
@@ -49,7 +46,7 @@ export default {
{
num
:
500
,
unit
:
this
.
$t
(
'bg.unit3'
),
text
:
this
.
$t
(
'bg.con1ItemT8'
)
}
],
frameParams
:
{
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_banner_nx3.jp
g'
,
// banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/introduce_banner.pn
g',
slider
:
[
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
...
...
@@ -76,94 +73,18 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.project-bg-main
{
padding
:
42px
64px
50px
;
h1
{
font-size
:
32px
;
font-weight
:
700
;
color
:
#333
;
margin
:
0
auto
;
text-align
:
center
;
}
h3
{
font-size
:
20px
;
font-weight
:
400
;
color
:
#333
;
}
p
{
font-weight
:
300
;
color
:
#555555
;
font-size
:
18px
;
padding
:
10px
;
}
.part_content
{
padding
:
62px
59px
62px
68px
;
.part_item
{
font-size
:
16px
;
font-weight
:
300
;
line-height
:
34px
;
color
:
#424242
;
}
}
::v-deep
.main-content-html
{
width
:
985px
;
padding
:
0px
64px
50px
0px
;
}
::v-deep
{
// .is-h5{
.main-page-content
{
background-color
:
#eee
!
important
;
// }
}
}
.is-h5
{
.content-mian
{
padding
:
0
0
.16rem
;
.content-mod1
{
padding-top
:
0
.18rem
;
img
{
width
:
100%
;
display
:
block
;
}
.content-txt
{
background
:
#fff
;
padding
:
0
0
.16rem
0
.42rem
;
margin-bottom
:
0
.36rem
;
.tit
{
font-size
:
0
.14rem
;
font-weight
:
bold
;
line-height
:
100%
;
color
:
#333333
;
padding-top
:
0
.23rem
;
padding-bottom
:
0
.1rem
;
}
.text
{
.p
{
font-size
:
0
.12rem
;
line-height
:
0
.24rem
;
color
:
#424242
;
}
}
img
{
width
:
2
.59rem
;
margin-left
:
0
.08rem
;
margin-top
:
0
.27rem
;
display
:
block
;
}
}
}
.content-mod2
{
margin-top
:
0
.18rem
;
background
:
#fff
;
img
{
width
:
100%
;
}
.content-txt
{
background
:
#fff
;
padding
:
0
0
.16rem
0
.42rem
;
margin-bottom
:
0
.36rem
;
.p
{
font-size
:
0
.12rem
;
line-height
:
0
.24rem
;
color
:
#424242
;
margin-top
:
0
.35rem
;
}
}
}
.part_img
{
width
:
100%
;
height
:
100%
;
margin-top
:
45px
;
}
}
</
style
>
pages/question/question.vue
浏览文件 @
37775fd7
...
...
@@ -47,7 +47,7 @@ export default {
desc
:
'本项目只接受本科学历申请,本科在读、本科毕业,专升本都是可以申请的。'
},
{
tit
:
'4.本项目学制多久?获得的硕士学位证书与在美国全日制就读是否相同'
,
tit
:
'4.本项目学制多久?获得的硕士学位证书与在美国全日制就读是否相同
?
'
,
desc
:
'本项目分为国内、国外两个学习阶段,不同项目课程时长会稍有区别,整体而言国内学习8个月左右,国外学习8个月左右。具体安排可参考开学课表。毕业获得的证书和在美全日制学习获得的证书完全一致,没有差别。'
},
...
...
@@ -57,7 +57,7 @@ export default {
'这您不用担忧,报名我们的硕士项目是没有硬性托福雅思成绩要求的,去美国的时候才需要提交语言成绩。我们在课程中专门配备了足够课时的雅思课,帮助您提升英语能力,掌握考试技巧,考到要求的语言分数。同时为学生提供学术英语课,帮助学生学习如何做英文演讲和写学术论文,具备充分的用英语学习的能力。国内阶段上课语言主要以中文为主,如是外籍老师上课,会有助教或是字幕翻译,课后作业可以纯中文提交。通常我们的学员经过课程学习,整体英语能力会有极大的提升,可以顺利衔接国外的学习。'
},
{
tit
:
'6.你们的项目可以做留学认证吗'
,
tit
:
'6.你们的项目可以做留学认证吗
?
'
,
desc
:
'这个项目肯定是可以做中留服认证的。首先这是紫荆教育和美国大学联合培养的正规项目,合作的大学都是中国教育部认证的正规大学,可以通过教育部的涉外监管信息网查到相关信息。中国留服中心对学历认证的要求是在国外全日制学习一年以上并有往返签证记录,我们的项目符合时间要求。学员获得的毕业证书与在海外就读2年的学生无任何差异,不会有非全日制、在线、远程等字样。所以1+1项目的毕业学员,完全符合中留服学历认证的要求,获取的毕业证书可以进行留学认证。'
},
...
...
pages/returnPolicy/returnPolicy.vue
浏览文件 @
37775fd7
...
...
@@ -82,7 +82,7 @@ export default {
id
:
6
,
title
:
'购房购车'
,
desc
:
'
在职称上,很多人的职称都比在国外时高了一个或者几个档次。评职称时,海归不受工作年限的限制而可以申报。在外留学一年以上,年龄四十五周岁以下,回国后在科研单位从事教学、科研工作的可申请留学回国人员科研启动资金
。'
'
符合条件的留学归国人员可以购买国产免税轿车,每人限享受一个免税指标。部分地区对留学落户人员购房予以一次性3-5万优惠
。'
},
{
id
:
7
,
...
...
pages/school/school2.vue
浏览文件 @
37775fd7
...
...
@@ -8,7 +8,7 @@
</div>
<div
class=
"content"
>
<img
class=
"img1"
src=
"https://webapp-pub.ezijing.com/project/marywood/school
1
2.png"
/>
<img
class=
"img1"
src=
"https://webapp-pub.ezijing.com/project/marywood/school
2
2.png"
/>
</div>
<img
style=
"width:1200px;height:100%;margin-top:68px"
...
...
pages/school/school3.vue
浏览文件 @
37775fd7
<
template
>
<div>
<div
class=
"banner"
>
<img
style=
"width:100%;height:100%"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywoo
_banner
.png"
/>
<img
style=
"width:100%;height:100%"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywoo
d_banner11
.png"
/>
<div
class=
"btn"
>
<el-button
class=
"btn1"
@
click=
"$router.push('/my/account')"
>
报名申请
</el-button>
</div>
...
...
@@ -27,7 +27,7 @@
</div>
<img
style=
"margin-top:64px;width:100%;height:100%"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood361.png"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood361
1
.png"
alt=
""
/>
<div
class=
"content"
>
...
...
@@ -58,11 +58,11 @@ export default {
return
{
popupVisible
:
false
,
listData
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_
zl
1.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_
zl
2.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_
zl
3.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_
zl
4.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_
zl
5.png'
}
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_
mary
1.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_
mary
2.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_
mary
3.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_
mary
4.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_
mary
5.png'
}
],
swiperOption
:
{
observer
:
true
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论