Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b2e153ca
authored
2018-03-26 01:00:38 +0800
by
Zelig
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
搜索按钮
1 parent
c89693e1
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
51 additions
and
41 deletions
application/views/common/footer.php
application/views/finance/chargedetail.php
application/views/finance/checkTheAccount.php
application/views/finance/makeLoan.php
application/views/loan/database.php
application/views/loan/prosecute.php
application/views/loan/prosecuted.php
application/views/loan/reminder.php
application/views/loan/repayment.php
application/views/tool/web.php
application/views/user/index.php
application/views/work/index.php
application/views/work/任务管理.php
application/views/work/初审.php
application/views/work/图片上传.php
application/views/work/复审.php
application/views/work/审批拒绝.php
application/views/work/客户确认.php
application/views/work/尽调管理.php
application/views/work/已取消.php
application/views/work/已流单.php
application/views/work/待初审.php
application/views/work/待复审.php
application/views/work/待审核.php
application/views/work/待客户确认.php
application/views/work/待尽调.php
application/views/work/待提交.php
application/views/work/待确认放款.php
application/views/work/待终审.php
application/views/work/待补录.php
application/views/work/放款中.php
application/views/work/确认放款.php
application/views/work/等待放款.php
application/views/work/终审.php
application/views/work/资料补录.php
application/views/work/预审管理.php
resource/upload.js
application/views/common/footer.php
View file @
b2e153c
...
...
@@ -118,11 +118,7 @@
},
});
$
(
'.table_search'
).
on
(
'change'
,
function
()
{
$
(
'#table'
).
DataTable
().
draw
();
});
$
(
'.table_search'
).
on
(
'keyup'
,
function
()
{
$
(
'.bsearch'
).
on
(
'click'
,
function
()
{
$
(
'#table'
).
DataTable
().
draw
();
});
...
...
@@ -131,6 +127,6 @@
});
function
resetHandler
()
{
$
(
'#table'
).
DataTable
().
columns
().
search
(
""
).
draw
();
$
(
'#table'
).
DataTable
().
draw
();
}
</script>
...
...
application/views/finance/chargedetail.php
View file @
b2e153c
...
...
@@ -5,7 +5,8 @@
<form
class=
""
onreset=
"resetHandler()"
>
<?php
$this
->
load
->
view
(
'work/search2'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
</div>
</form>
...
...
application/views/finance/checkTheAccount.php
View file @
b2e153c
...
...
@@ -5,6 +5,7 @@
<form
class=
""
onreset=
"resetHandler()"
>
<?php
$this
->
load
->
view
(
'work/search2'
);
?>
<div>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
</div>
</form>
...
...
application/views/finance/makeLoan.php
View file @
b2e153c
...
...
@@ -5,7 +5,8 @@
<form
class=
""
onreset=
"resetHandler()"
>
<?php
$this
->
load
->
view
(
'work/search2'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
</div>
</form>
...
...
application/views/loan/database.php
View file @
b2e153c
...
...
@@ -5,7 +5,8 @@
<form
class=
""
onreset=
"resetHandler()"
id=
"repayment"
>
<?php
$this
->
load
->
view
(
'work/search2'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"layer_show('导入', '
<?=
site_url
(
'loan/import/4'
)
?>
')"
>
导入
</button>
...
...
application/views/loan/prosecute.php
View file @
b2e153c
...
...
@@ -5,7 +5,8 @@
<form
class=
""
onreset=
"resetHandler()"
id=
"prosecute"
>
<?php
$this
->
load
->
view
(
'loan/search'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"layer_show('导入', '
<?=
site_url
(
'loan/import/3'
)
?>
')"
>
导入
</button>
<button
class=
"btn btn-success radius r"
type=
"button"
onclick=
"excel()"
>
导出
</button>
...
...
application/views/loan/prosecuted.php
View file @
b2e153c
...
...
@@ -5,7 +5,8 @@
<form
class=
""
onreset=
"resetHandler()"
id=
"prosecute"
>
<?php
$this
->
load
->
view
(
'loan/search'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"layer_show('导入', '
<?=
site_url
(
'loan/import/3'
)
?>
')"
>
导入
</button>
<button
class=
"btn btn-success radius r"
type=
"button"
onclick=
"excel()"
>
导出
</button>
...
...
application/views/loan/reminder.php
View file @
b2e153c
...
...
@@ -5,7 +5,8 @@
<form
class=
""
onreset=
"resetHandler()"
id=
"reminder"
>
<?php
$this
->
load
->
view
(
'loan/search'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"layer_show('导入', '
<?=
site_url
(
'loan/import/3'
)
?>
')"
>
导入
</button>
<button
class=
"btn btn-success radius r"
type=
"button"
onclick=
"excel()"
>
导出
</button>
...
...
application/views/loan/repayment.php
View file @
b2e153c
...
...
@@ -5,7 +5,8 @@
<form
class=
""
onreset=
"resetHandler()"
id=
"repayment"
>
<?php
$this
->
load
->
view
(
'loan/search2'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"layer_show('导入', '
<?=
site_url
(
'loan/import/1'
)
?>
')"
>
导入
</button>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"layer_show('批量导入', '
<?=
site_url
(
'loan/import/2'
)
?>
')"
>
批量导入
</button>
...
...
application/views/tool/web.php
View file @
b2e153c
...
...
@@ -29,7 +29,8 @@
</div>
<div>
<input class="btn btn-warning radius" type="reset" value="重置">
<button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">搜索</button>
<input class="btn btn-warning radius" type="reset" value="重置">
</div>
</form>-->
<div
class=
"body mt-20"
>
...
...
application/views/user/index.php
View file @
b2e153c
...
...
@@ -5,7 +5,8 @@
<form
class=
""
onreset=
"resetHandler()"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
</div>
</form>
<div
class=
"body mt-20"
>
...
...
application/views/work/index.php
View file @
b2e153c
...
...
@@ -6,7 +6,8 @@
<form
class=
""
onreset=
"resetHandler()"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
</div>
</form>
...
...
application/views/work/任务管理.php
View file @
b2e153c
...
...
@@ -66,7 +66,7 @@
</div>
</div>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"gets()"
>
批量获取
</button>
...
...
application/views/work/初审.php
View file @
b2e153c
...
...
@@ -11,7 +11,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/图片上传.php
View file @
b2e153c
...
...
@@ -5,7 +5,7 @@
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
资料上传
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select uploader"
size=
"1"
>
<select
class=
"select uploader"
size=
"1"
id=
"upload"
>
<?php
foreach
(
$this
->
session
->
sourceBaseType
as
$k
=>
$v
)
:?>
<
option
value
=
"<?=
$v->code
?>"
><?=
$v
->
desc
?>
</option>
<?php
if
(
$v
->
children
&&
!
empty
(
$v
->
children
))
:?>
...
...
application/views/work/复审.php
View file @
b2e153c
...
...
@@ -11,7 +11,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/审批拒绝.php
View file @
b2e153c
...
...
@@ -6,7 +6,8 @@
<form
class=
""
onreset=
"resetHandler()"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
</div>
</form>
...
...
application/views/work/客户确认.php
View file @
b2e153c
...
...
@@ -5,7 +5,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/尽调管理.php
View file @
b2e153c
...
...
@@ -5,7 +5,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/已取消.php
View file @
b2e153c
...
...
@@ -6,7 +6,8 @@
<form
class=
""
onreset=
"resetHandler()"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
</div>
</form>
...
...
application/views/work/已流单.php
View file @
b2e153c
...
...
@@ -6,7 +6,8 @@
<form
class=
""
onreset=
"resetHandler()"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
搜索
</button>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置"
>
</div>
</form>
...
...
application/views/work/待初审.php
View file @
b2e153c
...
...
@@ -6,7 +6,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/待复审.php
View file @
b2e153c
...
...
@@ -6,7 +6,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/待审核.php
View file @
b2e153c
...
...
@@ -6,7 +6,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"pass(1)"
>
批量通过
</button>
...
...
application/views/work/待客户确认.php
View file @
b2e153c
...
...
@@ -6,7 +6,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/待尽调.php
View file @
b2e153c
...
...
@@ -6,7 +6,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/待提交.php
View file @
b2e153c
...
...
@@ -6,7 +6,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/待确认放款.php
View file @
b2e153c
...
...
@@ -6,7 +6,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/待终审.php
View file @
b2e153c
...
...
@@ -7,7 +7,7 @@
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/待补录.php
View file @
b2e153c
...
...
@@ -6,7 +6,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/放款中.php
View file @
b2e153c
...
...
@@ -6,7 +6,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/确认放款.php
View file @
b2e153c
...
...
@@ -5,7 +5,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/等待放款.php
View file @
b2e153c
...
...
@@ -5,7 +5,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/终审.php
View file @
b2e153c
...
...
@@ -11,7 +11,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/资料补录.php
View file @
b2e153c
...
...
@@ -5,7 +5,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
</div>
</form>
...
...
application/views/work/预审管理.php
View file @
b2e153c
...
...
@@ -5,7 +5,7 @@
<form
class=
"search"
>
<?php
$this
->
load
->
view
(
'work/search'
);
?>
<div>
<
input
class=
"btn btn-primary radius"
type=
"submit"
value=
"提交搜索"
>
<
button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"$('#table').DataTable().draw()"
>
提交搜索
</button
>
<input
class=
"btn btn-warning radius"
type=
"reset"
value=
"重置搜索"
>
<button
class=
"btn btn-primary radius"
type=
"button"
onclick=
"pass(1)"
>
批量通过
</button>
...
...
resource/upload.js
View file @
b2e153c
...
...
@@ -12,7 +12,7 @@ jQuery(function() {
auto
:
true
,
// 文件接收服务端。
server
:
'http://151.28ms.com:8088/order/ordersource/baseUpload
'
,
server
:
'http://151.28ms.com:8088/order/ordersource/baseUpload
?type='
+
$
(
'#upload'
).
val
()
,
// 选择文件的按钮。可选。
// 内部根据当前运行是创建,可能是input元素,也可能是flash.
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment