Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
4e897904
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1194
Star
154
Fork
127
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
4e897904
编写于
4月 20, 2022
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
CRM客户跟单整改
上级
62c9a54a
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
118 addition
and
143 deletion
+118
-143
crm/src/main/resources/template/js/customermanage/customerdetails.js
...n/resources/template/js/customermanage/customerdetails.js
+2
-2
crm/src/main/resources/template/js/documentarymanage/documentaryAdd.js
...resources/template/js/documentarymanage/documentaryAdd.js
+7
-15
crm/src/main/resources/template/js/documentarymanage/documentaryDetails.js
...urces/template/js/documentarymanage/documentaryDetails.js
+0
-0
crm/src/main/resources/template/js/documentarymanage/documentaryedit.js
...esources/template/js/documentarymanage/documentaryedit.js
+8
-16
crm/src/main/resources/template/js/documentarymanage/documentarylist.js
...esources/template/js/documentarymanage/documentarylist.js
+25
-36
crm/src/main/resources/template/js/documentarymanage/mydocumentarylist.js
...ources/template/js/documentarymanage/mydocumentarylist.js
+52
-65
crm/src/main/resources/template/js/documentarytype/crmdocumentarytypelist.js
...ces/template/js/documentarytype/crmdocumentarytypelist.js
+3
-3
crm/src/main/resources/template/tpl/documentarymanage/documentaryAdd.html
...ources/template/tpl/documentarymanage/documentaryAdd.html
+1
-1
crm/src/main/resources/template/tpl/documentarymanage/documentaryDetails.html
...es/template/tpl/documentarymanage/documentaryDetails.html
+1
-1
crm/src/main/resources/template/tpl/documentarymanage/documentarylist.html
...urces/template/tpl/documentarymanage/documentarylist.html
+1
-1
crm/src/main/resources/template/tpl/documentarymanage/mydocumentarylist.html
...ces/template/tpl/documentarymanage/mydocumentarylist.html
+1
-1
seal-service/src/main/resources/template/js/myparts/myusepartslist.js
.../src/main/resources/template/js/myparts/myusepartslist.js
+0
-2
web/src/main/resources/template/assets/lib/layui/customer/sysCustomerUtil.js
...ces/template/assets/lib/layui/customer/sysCustomerUtil.js
+17
-0
未找到文件。
crm/src/main/resources/template/js/customermanage/customerdetails.js
浏览文件 @
4e897904
...
...
@@ -281,9 +281,9 @@ layui.config({
function
documentaryDetails
(
data
){
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/documentarymanage/documentary
details.html
"
,
url
:
"
../../tpl/documentarymanage/documentary
Details.html
"
,
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
documentary
d
etails
"
,
pageId
:
"
documentary
D
etails
"
,
area
:
[
'
70vw
'
,
'
70vh
'
],
callBack
:
function
(
refreshCode
){
}});
...
...
crm/src/main/resources/template/js/documentarymanage/documentary
a
dd.js
→
crm/src/main/resources/template/js/documentarymanage/documentary
A
dd.js
浏览文件 @
4e897904
...
...
@@ -25,22 +25,14 @@ layui.config({
maxlength
:
200
,
tools
:
[
'
count
'
,
'
copy
'
,
'
reset
'
]
});
//分类
showGrid
({
id
:
"
typeId
"
,
url
:
flowableBasePath
+
"
crmdocumentarytype008
"
,
params
:
{},
pagination
:
false
,
template
:
getFileContent
(
'
tpl/template/select-option.tpl
'
),
ajaxSendLoadBefore
:
function
(
hdb
){
},
ajaxSendAfter
:
function
(
j
){
form
.
render
(
'
select
'
);
opportunityFrom
();
}
// 获取已上线的跟单分类列表
sysCustomerUtil
.
queryCrmDocumentaryTypeIsUpList
(
function
(
data
){
$
(
"
#typeId
"
).
html
(
getDataUseHandlebars
(
getFileContent
(
'
tpl/template/select-option.tpl
'
),
data
));
form
.
render
(
'
select
'
);
opportunityFrom
();
});
//商机
function
opportunityFrom
(){
showGrid
({
...
...
crm/src/main/resources/template/js/documentarymanage/documentary
d
etails.js
→
crm/src/main/resources/template/js/documentarymanage/documentary
D
etails.js
浏览文件 @
4e897904
文件已移动
crm/src/main/resources/template/js/documentarymanage/documentaryedit.js
浏览文件 @
4e897904
...
...
@@ -34,23 +34,15 @@ layui.config({
type
:
'
datetime
'
,
trigger
:
'
click
'
});
//分类
showGrid
({
id
:
"
typeId
"
,
url
:
flowableBasePath
+
"
crmdocumentarytype008
"
,
params
:
{},
pagination
:
false
,
template
:
getFileContent
(
'
tpl/template/select-option.tpl
'
),
ajaxSendLoadBefore
:
function
(
hdb
){
},
ajaxSendAfter
:
function
(
j
){
$
(
"
#typeId
"
).
val
(
json
.
bean
.
typeId
);
form
.
render
(
'
select
'
);
opportunityFrom
();
}
// 获取已上线的跟单分类列表
sysCustomerUtil
.
queryCrmDocumentaryTypeIsUpList
(
function
(
data
){
$
(
"
#typeId
"
).
html
(
getDataUseHandlebars
(
getFileContent
(
'
tpl/template/select-option.tpl
'
),
data
));
$
(
"
#typeId
"
).
val
(
json
.
bean
.
typeId
);
form
.
render
(
'
select
'
);
opportunityFrom
();
});
//商机
function
opportunityFrom
(){
showGrid
({
...
...
crm/src/main/resources/template/js/documentarymanage/documentarylist.js
浏览文件 @
4e897904
...
...
@@ -7,26 +7,17 @@ layui.config({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
,
'
laydate
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
form
=
layui
.
form
,
laydate
=
layui
.
laydate
,
table
=
layui
.
table
;
// 分类
showGrid
({
id
:
"
typeId
"
,
url
:
flowableBasePath
+
"
crmdocumentarytype008
"
,
params
:
{},
pagination
:
false
,
template
:
getFileContent
(
'
tpl/template/select-option.tpl
'
),
ajaxSendLoadBefore
:
function
(
hdb
){
},
ajaxSendAfter
:
function
(
j
){
form
.
render
(
'
select
'
);
}
// 获取已上线的跟单分类列表
sysCustomerUtil
.
queryCrmDocumentaryTypeIsUpList
(
function
(
data
){
$
(
"
#typeId
"
).
html
(
getDataUseHandlebars
(
getFileContent
(
'
tpl/template/select-option.tpl
'
),
data
));
form
.
render
(
'
select
'
);
});
// 跟单时间
laydate
.
render
({
elem
:
'
#documentaryTime
'
,
...
...
@@ -67,35 +58,33 @@ layui.config({
}
});
form
.
render
();
$
(
"
body
"
).
on
(
"
click
"
,
"
#formSearch
"
,
function
(){
refreshTable
();
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
(){
loadTable
();
});
function
loadTable
(){
table
.
reload
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
refreshTable
(){
table
.
reload
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
}
// 详情
function
details
(
data
){
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/documentarymanage/documentary
details.html
"
,
url
:
"
../../tpl/documentarymanage/documentary
Details.html
"
,
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
documentary
d
etails
"
,
area
:
[
'
70vw
'
,
'
7
0vh
'
],
pageId
:
"
documentary
D
etails
"
,
area
:
[
'
90vw
'
,
'
9
0vh
'
],
callBack
:
function
(
refreshCode
){
}});
}
form
.
render
();
form
.
on
(
'
submit(formSearch)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
table
.
reload
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
}
return
false
;
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
(){
loadTable
();
});
function
loadTable
(){
table
.
reload
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
getTableParams
(){
var
startTime
=
""
;
...
...
crm/src/main/resources/template/js/documentarymanage/mydocumentarylist.js
浏览文件 @
4e897904
var
rowId
=
""
;
var
startTime
=
""
;
var
endTime
=
""
;
layui
.
config
({
base
:
basePath
,
...
...
@@ -9,28 +7,19 @@ layui.config({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
,
'
laydate
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
form
=
layui
.
form
,
laydate
=
layui
.
laydate
,
table
=
layui
.
table
;
authBtn
(
'
1572595572098
'
);
//分类
showGrid
({
id
:
"
typeId
"
,
url
:
flowableBasePath
+
"
crmdocumentarytype008
"
,
params
:
{},
pagination
:
false
,
template
:
getFileContent
(
'
tpl/template/select-option.tpl
'
),
ajaxSendLoadBefore
:
function
(
hdb
){
},
ajaxSendAfter
:
function
(
j
){
form
.
render
(
'
select
'
);
}
// 获取已上线的跟单分类列表
sysCustomerUtil
.
queryCrmDocumentaryTypeIsUpList
(
function
(
data
){
$
(
"
#typeId
"
).
html
(
getDataUseHandlebars
(
getFileContent
(
'
tpl/template/select-option.tpl
'
),
data
));
form
.
render
(
'
select
'
);
});
//跟单时间
laydate
.
render
({
elem
:
'
#documentaryTime
'
,
...
...
@@ -42,7 +31,7 @@ layui.config({
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
documentary001
'
,
where
:
{
opportunityName
:
$
(
"
#opportunityName
"
).
val
(),
typeId
:
$
(
"
#typeId
"
).
val
(),
startTime
:
startTime
,
endTime
:
endTime
}
,
where
:
getTableParams
()
,
even
:
true
,
page
:
true
,
limits
:
[
8
,
16
,
24
,
32
,
40
,
48
,
56
],
...
...
@@ -66,55 +55,22 @@ layui.config({
table
.
on
(
'
tool(messageTable)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
edit
'
)
{
//编辑
if
(
layEvent
===
'
edit
'
)
{
//
编辑
edit
(
data
);
}
else
if
(
layEvent
===
'
delete
'
){
//删除
}
else
if
(
layEvent
===
'
delete
'
){
//
删除
del
(
data
);
}
else
if
(
layEvent
===
'
details
'
){
//详情
}
else
if
(
layEvent
===
'
details
'
){
//
详情
details
(
data
);
}
});
form
.
render
();
$
(
"
body
"
).
on
(
"
click
"
,
"
#formSearch
"
,
function
(){
refreshTable
();
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
(){
loadTable
();
});
function
loadTable
(){
if
(
isNull
(
$
(
"
#documentaryTime
"
).
val
())){
startTime
=
""
;
endTime
=
""
;
}
else
{
startTime
=
$
(
"
#documentaryTime
"
).
val
().
split
(
'
~
'
)[
0
].
trim
();
endTime
=
$
(
"
#documentaryTime
"
).
val
().
split
(
'
~
'
)[
1
].
trim
();
}
table
.
reload
(
"
messageTable
"
,
{
where
:
{
opportunityName
:
$
(
"
#opportunityName
"
).
val
(),
typeId
:
$
(
"
#typeId
"
).
val
(),
startTime
:
startTime
,
endTime
:
endTime
}});
}
function
refreshTable
(){
if
(
isNull
(
$
(
"
#documentaryTime
"
).
val
())){
startTime
=
""
;
endTime
=
""
;
}
else
{
startTime
=
$
(
"
#documentaryTime
"
).
val
().
split
(
'
~
'
)[
0
].
trim
();
endTime
=
$
(
"
#documentaryTime
"
).
val
().
split
(
'
~
'
)[
1
].
trim
();
}
table
.
reload
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
{
opportunityName
:
$
(
"
#opportunityName
"
).
val
(),
typeId
:
$
(
"
#typeId
"
).
val
(),
startTime
:
startTime
,
endTime
:
endTime
}});
}
//新增
// 新增
$
(
"
body
"
).
on
(
"
click
"
,
"
#addBean
"
,
function
(){
_openNewWindows
({
url
:
"
../../tpl/documentarymanage/documentary
add.html
"
,
url
:
"
../../tpl/documentarymanage/documentary
Add.html
"
,
title
:
"
新增跟单
"
,
pageId
:
"
documentary
a
dd
"
,
area
:
[
'
70vw
'
,
'
7
0vh
'
],
pageId
:
"
documentary
A
dd
"
,
area
:
[
'
90vw
'
,
'
9
0vh
'
],
callBack
:
function
(
refreshCode
){
if
(
refreshCode
==
'
0
'
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
...
...
@@ -125,14 +81,14 @@ layui.config({
}});
});
//编辑
//
编辑
function
edit
(
data
){
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/documentarymanage/documentaryedit.html
"
,
title
:
"
编辑跟单
"
,
pageId
:
"
documentaryedit
"
,
area
:
[
'
70vw
'
,
'
7
0vh
'
],
area
:
[
'
90vw
'
,
'
9
0vh
'
],
callBack
:
function
(
refreshCode
){
if
(
refreshCode
==
'
0
'
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
...
...
@@ -143,19 +99,19 @@ layui.config({
}});
}
//详情
//
详情
function
details
(
data
){
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/documentarymanage/documentary
details.html
"
,
url
:
"
../../tpl/documentarymanage/documentary
Details.html
"
,
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
documentary
d
etails
"
,
area
:
[
'
70vw
'
,
'
7
0vh
'
],
pageId
:
"
documentary
D
etails
"
,
area
:
[
'
90vw
'
,
'
9
0vh
'
],
callBack
:
function
(
refreshCode
){
}});
}
//删除
//
删除
function
del
(
data
,
obj
){
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.deleteOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.deleteOperation
"
][
languageType
]},
function
(
index
){
layer
.
close
(
index
);
...
...
@@ -169,6 +125,37 @@ layui.config({
}});
});
}
form
.
render
();
form
.
on
(
'
submit(formSearch)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
table
.
reload
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
}
return
false
;
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
(){
loadTable
();
});
function
loadTable
(){
table
.
reload
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
getTableParams
(){
var
startTime
=
""
;
var
endTime
=
""
;
if
(
!
isNull
(
$
(
"
#documentaryTime
"
).
val
())){
startTime
=
$
(
"
#documentaryTime
"
).
val
().
split
(
'
~
'
)[
0
].
trim
();
endTime
=
$
(
"
#documentaryTime
"
).
val
().
split
(
'
~
'
)[
1
].
trim
();
}
return
{
opportunityName
:
$
(
"
#opportunityName
"
).
val
(),
typeId
:
$
(
"
#typeId
"
).
val
(),
startTime
:
startTime
,
endTime
:
endTime
};
}
exports
(
'
mydocumentarylist
'
,
{});
});
\ No newline at end of file
crm/src/main/resources/template/js/documentarytype/crmdocumentarytypelist.js
浏览文件 @
4e897904
...
...
@@ -111,11 +111,11 @@ layui.config({
}});
}
//删除
//
删除
function
del
(
data
,
obj
){
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.deleteOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.deleteOperation
"
][
languageType
]},
function
(
index
){
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
crmdocumentarytype005
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
crmdocumentarytype005
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
method
:
"
DELETE
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.deleteOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
@@ -126,7 +126,7 @@ layui.config({
});
}
//上线
//
上线
function
up
(
data
,
obj
){
var
msg
=
obj
?
'
确认将【
'
+
obj
.
data
.
typeName
+
'
】上线吗?
'
:
'
确认将选中数据上线吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
类型上线
'
},
function
(
index
)
{
...
...
crm/src/main/resources/template/tpl/documentarymanage/documentary
a
dd.html
→
crm/src/main/resources/template/tpl/documentarymanage/documentary
A
dd.html
浏览文件 @
4e897904
...
...
@@ -53,7 +53,7 @@
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/documentarymanage/
'
}).
use
(
'
documentary
a
dd
'
);
layui
.
config
({
base
:
'
../../js/documentarymanage/
'
}).
use
(
'
documentary
A
dd
'
);
</script>
</body>
</html>
\ No newline at end of file
crm/src/main/resources/template/tpl/documentarymanage/documentary
d
etails.html
→
crm/src/main/resources/template/tpl/documentarymanage/documentary
D
etails.html
浏览文件 @
4e897904
...
...
@@ -15,7 +15,7 @@
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/documentarymanage/
'
}).
use
(
'
documentary
d
etails
'
);
layui
.
config
({
base
:
'
../../js/documentarymanage/
'
}).
use
(
'
documentary
D
etails
'
);
</script>
</body>
</html>
\ No newline at end of file
crm/src/main/resources/template/tpl/documentarymanage/documentarylist.html
浏览文件 @
4e897904
...
...
@@ -25,7 +25,7 @@
<input
type=
"text"
id=
"documentaryTime"
name=
"documentaryTime"
placeholder=
"请输入跟单时间"
class=
"layui-input"
/>
</div>
<button
type=
"reset"
class=
"layui-btn layui-btn-primary list-form-search"
><language
showName=
"com.skyeye.reset"
></language></button>
<button
class=
"layui-btn list-form-search"
type=
"button"
id
=
"formSearch"
><language
showName=
"com.skyeye.search2"
></language></button>
<button
class=
"layui-btn list-form-search"
lay-submit
lay-filter
=
"formSearch"
><language
showName=
"com.skyeye.search2"
></language></button>
</div>
</div>
</form>
...
...
crm/src/main/resources/template/tpl/documentarymanage/mydocumentarylist.html
浏览文件 @
4e897904
...
...
@@ -25,7 +25,7 @@
<input
type=
"text"
id=
"documentaryTime"
name=
"documentaryTime"
placeholder=
"请输入跟单时间"
class=
"layui-input"
/>
</div>
<button
type=
"reset"
class=
"layui-btn layui-btn-primary list-form-search"
><language
showName=
"com.skyeye.reset"
></language></button>
<button
class=
"layui-btn list-form-search"
type=
"button"
id
=
"formSearch"
><language
showName=
"com.skyeye.search2"
></language></button>
<button
class=
"layui-btn list-form-search"
lay-submit
lay-filter
=
"formSearch"
><language
showName=
"com.skyeye.search2"
></language></button>
</div>
</div>
</form>
...
...
seal-service/src/main/resources/template/js/myparts/myusepartslist.js
浏览文件 @
4e897904
...
...
@@ -49,9 +49,7 @@ layui.config({
});
form
.
render
();
form
.
on
(
'
submit(formSearch)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
refreshTable
();
}
...
...
web/src/main/resources/template/assets/lib/layui/customer/sysCustomerUtil.js
浏览文件 @
4e897904
...
...
@@ -63,4 +63,21 @@ var sysCustomerUtil = {
},
async
:
false
});
},
/**
* 获取已上线的跟单分类列表
*
* @param callback 回执函数
*/
queryCrmDocumentaryTypeIsUpList
:
function
(
callback
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
crmdocumentarytype008
"
,
params
:
{},
type
:
'
json
'
,
method
:
"
GET
"
,
callback
:
function
(
json
)
{
if
(
json
.
returnCode
==
0
)
{
if
(
typeof
(
callback
)
==
"
function
"
)
{
callback
(
json
);
}
}
else
{
winui
.
window
.
msg
(
json
.
returnMessage
,
{
icon
:
2
,
time
:
2000
});
}
},
async
:
false
});
},
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录