Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat_lung
Project
Overview
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
hanpeng
wechat_lung
Commits
18743ce0
Commit
18743ce0
authored
Sep 08, 2019
by
hanpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2019-9-8 fix
parent
0d330542
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
381 additions
and
12 deletions
+381
-12
rukou.js
wechat_lung_consult/javaScript/rukou.js
+1
-1
index.js
wechat_lung_imgConsult/javaScript/index.js
+9
-6
myOrder.css
wechat_lung_myHome/css/myOrder.css
+73
-0
order list_dhzx_png@2x.png
wechat_lung_myHome/images/order list_dhzx_png@2x.png
+0
-0
order list_srys_png@2x.png
wechat_lung_myHome/images/order list_srys_png@2x.png
+0
-0
order list_twzx_png@2x.png
wechat_lung_myHome/images/order list_twzx_png@2x.png
+0
-0
myConsult.js
wechat_lung_myHome/javaScript/myConsult.js
+2
-2
myOrder.js
wechat_lung_myHome/javaScript/myOrder.js
+26
-2
createPatientInfo.html
wechat_lung_myHome/pages/createPatientInfo.html
+204
-0
myOrder.html
wechat_lung_myHome/pages/myOrder.html
+65
-0
basicUserInfo.js
wechat_lung_push_doctor/javaScript/basicUserInfo.js
+1
-1
No files found.
wechat_lung_consult/javaScript/rukou.js
View file @
18743ce0
...
...
@@ -159,7 +159,7 @@ define(['zepto','medtap'],function($,medtap){
consult
.
imgList
.
push
(
imgKey
);
var
html
=
'<div class="image_files_item">'
+
'<img src="'
+
localId
+
'" class="image_files_img" imgkey="'
+
imgKey
+
'">'
+
'<img src="
../
images/post_delete_btn@2x.png" class="image_del" >'
+
'<img src="images/post_delete_btn@2x.png" class="image_del" >'
+
'</div>'
;
$
(
'#ImgUp'
).
append
(
html
);
}
...
...
wechat_lung_imgConsult/javaScript/index.js
View file @
18743ce0
...
...
@@ -33,13 +33,13 @@ define(['zepto','medtap'],function($,medtap){
if
(
result
==
true
){
if
(
flag
==
'yes'
){
if
(
imgConsult
.
pmdOrderSn
==
''
||
imgConsult
.
pmdOrderSn
==
'undefined'
){
imgConsult
.
createImgConsult
();
}
else
{
if
(
imgConsult
.
isPmd
==
true
&&
imgConsult
.
payFee
==
'0'
){
imgConsult
.
createImgConsult
();
imgConsult
.
freeOrder
();
}
else
{
//imgConsult.createImgConsult();
}
}
else
{
imgConsult
.
freeOrder
();
}
}
else
{
medtap
.
toast
({
...
...
@@ -66,7 +66,7 @@ define(['zepto','medtap'],function($,medtap){
var
str
=
doctorInfo
.
hasOwnProperty
(
'technologyProfessional'
)
?
doctorInfo
.
technologyProfessional
.
value
:
''
;
$
(
'.doctor_name'
).
html
(
doctorInfo
.
doctorName
+
"("
+
str
+
")"
);
imgConsult
.
doctorName
=
doctorInfo
.
doctorName
;
$
(
'.img_consult_price'
).
html
(
doctorInfo
.
hasOwnProperty
(
'
pmdPrice'
)
?
doctorInfo
.
pmdPrice
:
''
);
$
(
'.img_consult_price'
).
html
(
doctorInfo
.
hasOwnProperty
(
'
imageConsultPrice'
)
?
doctorInfo
.
imageConsultPrice
+
'/3个月'
:
''
);
}
}
})
...
...
@@ -302,7 +302,7 @@ define(['zepto','medtap'],function($,medtap){
imgConsult
.
imgList
.
push
(
imgKey
);
var
html
=
'<div class="image_files_item">'
+
'<img src="'
+
localId
+
'" class="image_files_img" imgkey="'
+
imgKey
+
'">'
+
'<img src="
../
images/post_delete_btn@2x.png" class="image_del" >'
+
'<img src="images/post_delete_btn@2x.png" class="image_del" >'
+
'</div>'
;
$
(
'#ImgUp'
).
append
(
html
);
}
...
...
@@ -344,4 +344,6 @@ define(['zepto','medtap'],function($,medtap){
}
}
imgConsult
.
init
();
imgConsult
.
choseImage
();
imgConsult
.
previewImage
();
})
\ No newline at end of file
wechat_lung_myHome/css/myOrder.css
View file @
18743ce0
body
{
background
:
#F6F6FC
;
font-size
:
0.32rem
;
}
.header_tab_list
{
width
:
100%
;
height
:
0.8rem
;
line-height
:
0.8rem
;
background
:
#fff
;
text-align
:
center
;
}
.header_tab_list
.tab_item
{
display
:
inline-block
;
height
:
0.8rem
;
line-height
:
0.8rem
;
margin-right
:
0.3rem
;
margin-left
:
0.3rem
;
}
.header_tab_list
.tabOn
{
color
:
#2CBCA0
;
border-bottom
:
0.01rem
solid
#2CBCA0
;
}
.myOrder_list_warp
{
padding-top
:
0.2rem
;
}
.myOrder_list_item
{
width
:
6.86rem
;
border-radius
:
0.08rem
;
background
:
#fff
;
margin-left
:
0.32rem
;
margin-bottom
:
0.2rem
;
}
.myOrder_list_warp
.myOrder_list_item
.myOrder_list_item_header
{
padding
:
0.26rem
0.32rem
0.2rem
0.32rem
;
border-bottom
:
0.01rem
solid
#F1F1F1
;
}
.myOrder_list_warp
.myOrder_list_item
.myOrder_list_item_header
img
{
width
:
0.32rem
;
height
:
0.32rem
;
}
.myOrder_list_warp
.myOrder_list_item
.myOrder_list_item_header
.myOrder_list_item_type
{
font-size
:
0.28rem
;
font-weight
:
600
;
margin-left
:
0.1rem
;
}
.myOrder_list_warp
.myOrder_list_item
.myOrder_list_item_header
.myOrder_list_item_status
{
float
:
right
;
font-size
:
0.28rem
;
}
.myOrder_list_item
.myOrder_list_detail
{
padding
:
0.32rem
;
}
.myOrder_list_item
.myOrder_list_detail
.mar-b
{
margin-bottom
:
0.2rem
;
}
.myOrder_list_item
.myOrder_list_detail
.myOrder_list_detail_item_title
{
color
:
#111
;
font-weight
:
600
;
margin-right
:
0.2rem
;
display
:
inline-block
;
float
:
left
;
}
.myOrder_list_item
.myOrder_list_detail
.myOrder_list_detail_item_desc
{
display
:
inline-block
;
width
:
4.6rem
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
float
:
left
;
}
\ No newline at end of file
wechat_lung_myHome/images/order list_dhzx_png@2x.png
0 → 100644
View file @
18743ce0
975 Bytes
wechat_lung_myHome/images/order list_srys_png@2x.png
0 → 100644
View file @
18743ce0
1.16 KB
wechat_lung_myHome/images/order list_twzx_png@2x.png
0 → 100644
View file @
18743ce0
1.56 KB
wechat_lung_myHome/javaScript/myConsult.js
View file @
18743ce0
...
...
@@ -30,7 +30,7 @@ define(['zepto','medtap'],function($,medtap){
'<div class="doctor_info clearfix">'
+
'<p class="doctor_info_item01 clearfix">'
+
'<span class="doctor_name">'
+
orderList
[
i
].
doctorName
+
'</span>'
+
'<span class="doctor_title">'
+
orderList
[
i
].
doctorId
+
'</span>'
+
'<span class="doctor_title">'
+
orderList
[
i
].
technologyProfessionalName
+
'</span>'
+
'<span class="create_time">'
+
orderList
[
i
].
createTime
.
substring
(
0
,
11
)
+
'</span>'
+
'</p>'
+
'<p class="consult_content">'
+
orderList
[
i
].
describe
+
'</p>'
+
...
...
@@ -45,7 +45,7 @@ define(['zepto','medtap'],function($,medtap){
'<div class="doctor_info clearfix">'
+
'<p class="doctor_info_item01 clearfix">'
+
'<span class="doctor_name">'
+
orderList
[
i
].
doctorName
+
'</span>'
+
'<span class="doctor_title">'
+
orderList
[
i
].
doctorId
+
'</span>'
+
'<span class="doctor_title">'
+
orderList
[
i
].
technologyProfessionalName
+
'</span>'
+
'<span class="create_time">'
+
orderList
[
i
].
createTime
.
substring
(
0
,
11
)
+
'</span>'
+
'</p>'
+
'<p class="consult_content">'
+
orderList
[
i
].
describe
+
'</p>'
+
...
...
wechat_lung_myHome/javaScript/myOrder.js
View file @
18743ce0
define
([
'zepto'
,
'medtap'
],
function
(){
define
([
'zepto'
,
'medtap'
],
function
(
$
,
medtap
){
var
order
=
{
limit
:
10
,
offset
:
1
,
init
:
function
(){
order
.
getOrderList
();
},
getOrderList
:
function
(
type
){
medtap
.
loading
(
1
);
medtap
.
submitAjax
({
url
:
'https://testdevgw.medtap.cn/trade/listConsultOrder/3.0'
,
type
:
'get'
,
async
:
false
,
data
:{
offset
:
order
.
offset
,
limit
:
order
.
limit
,
orderStatus
:
type
||
99
},
success
:
function
(
res
){
medtap
.
loading
(
0
);
}
})
}
}
order
.
init
();
})
\ No newline at end of file
wechat_lung_myHome/pages/createPatientInfo.html
0 → 100644
View file @
18743ce0
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"
>
<meta
content=
"yes"
name=
"apple-mobile-web-app-capable"
>
<meta
content=
"black"
name=
"apple-mobile-web-app-status-bar-style"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
content=
"email=no"
name=
"format-detection"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://review-formal.iplusmed.com/Common/css/wechat_Reset.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://review-formal.iplusmed.com/Common/css/mui.picker.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://review-formal.iplusmed.com/Common/css/mui.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../css/createPatientInfo.css"
/>
<script
src=
"https://review-formal.iplusmed.com/Common/javaScript/calRem.js"
type=
"text/javascript"
charset=
"utf-8"
></script>
<title>
完善信息
</title>
<script
src=
"https://review-formal.iplusmed.com/Common/javaScript/require.min.js"
></script>
<script
type=
"text/javascript"
>
require
.
config
({
baseUrl
:
"./"
,
paths
:
{
"zepto"
:
"https://review-formal.iplusmed.com/Common/javaScript/zepto.min"
,
"medtap"
:
"https://review-formal.iplusmed.com/Common/javaScript/medtap_core_wx"
,
"md5"
:
"https://review-formal.iplusmed.com/Common/javaScript/md5.min"
,
"mui"
:
"https://review-formal.iplusmed.com/Common/javaScript/mui.min"
,
"mui.picker"
:
"https://review-formal.iplusmed.com/Common/javaScript/mui.picker.min"
},
shim
:
{
"zepto"
:
{
exports
:
"$"
},
"mui.picker"
:
[
"mui"
]
}
});
</script>
</head>
<body>
<div
id=
"content"
>
<div
class=
"basic_header"
>
<p
class=
"basic_title"
>
完善患者信息
</p>
<p
class=
"basic_tip"
>
为了便于医生提供准确的咨询建议,请尽量填写真实详尽的信息(填写的信息仅您和医生可见)
</p>
</div>
<div
class=
"input_list"
>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"txt_red"
>
*
</span>
<span
class=
"input_tip"
>
患者姓名
</span>
</div>
<div
class=
"right_box"
>
<input
type=
"text"
name=
""
id=
"username"
value=
""
placeholder=
"请输入真实姓名"
/>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"txt_red"
>
*
</span>
<span
class=
"input_tip"
>
性别
</span>
</div>
<div
class=
"right_box"
id=
"sex_typeBox"
>
<input
type=
"text"
name=
""
id=
"sex"
value=
""
placeholder=
"请选择"
readonly=
"true"
/>
<img
src=
"../images/_arrows _right@2x.png"
class=
"arrow_icon"
>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"txt_red"
>
*
</span>
<span
class=
"input_tip"
>
出生日期
</span>
</div>
<div
class=
"right_box"
id=
"birth_typeBox"
>
<input
type=
"text"
name=
""
id=
"birth"
value=
""
placeholder=
"请选择"
readonly=
"true"
/>
<img
src=
"../images/_arrows _right@2x.png"
class=
"arrow_icon"
>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"input_tip"
>
身高(cm)
</span>
</div>
<div
class=
"right_box"
>
<input
type=
"text"
name=
""
id=
"height"
value=
""
placeholder=
"请输入"
/>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"txt_red"
>
*
</span>
<span
class=
"input_tip"
>
疾病诊断
</span>
</div>
<div
class=
"right_box"
id=
"disease_typeBox"
>
<input
type=
"text"
name=
""
id=
"disease"
value=
""
placeholder=
"请选择"
readonly=
"true"
/>
<img
src=
"../images/_arrows _right@2x.png"
class=
"arrow_icon"
>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"txt_red"
>
*
</span>
<span
class=
"input_tip"
>
病理类型
</span>
</div>
<div
class=
"right_box"
id=
"pathology_typeBox"
>
<input
type=
"text"
name=
""
id=
"pathology"
value=
""
placeholder=
"请选择"
readonly=
"true"
/>
<img
src=
"../images/_arrows _right@2x.png"
class=
"arrow_icon"
>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"input_tip"
>
肿瘤分期
</span>
</div>
<div
class=
"right_box"
id=
"stages_typeBox"
>
<input
type=
"text"
name=
""
id=
"stages"
value=
""
placeholder=
"请选择"
readonly=
"true"
/>
<img
src=
"../images/_arrows _right@2x.png"
class=
"arrow_icon"
>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"input_tip"
>
TNM分期
</span>
</div>
<div
class=
"right_box"
id=
"stages_TNM_typeBox"
>
<input
type=
"text"
name=
""
id=
"stages_TNM"
value=
""
placeholder=
"请选择"
readonly=
"true"
/>
<img
src=
"../images/_arrows _right@2x.png"
class=
"arrow_icon"
>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"input_tip"
>
有无转移病灶
</span>
</div>
<div
class=
"right_box"
id=
"transfer_typeBox"
>
<input
type=
"text"
name=
""
id=
"transfer"
value=
""
placeholder=
"请选择"
readonly=
"true"
/>
<img
src=
"../images/_arrows _right@2x.png"
class=
"arrow_icon"
>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"input_tip"
>
有无吸烟史
</span>
</div>
<div
class=
"right_box somke_typeBox"
>
<input
type=
"text"
name=
""
id=
"somke"
value=
""
placeholder=
"请选择"
readonly=
"true"
/>
<img
src=
"../images/_arrows _right@2x.png"
class=
"arrow_icon"
>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
>
<span
class=
"input_tip"
>
ECOG评分
</span>
</div>
<div
class=
"right_box"
id=
"ECOG_typeBox"
>
<input
type=
"text"
name=
""
id=
"ECOG"
value=
""
placeholder=
"请选择"
readonly=
"true"
/>
<img
src=
"../images/_arrows _right@2x.png"
class=
"arrow_icon"
>
</div>
</div>
<div
class=
"input_item clearfix"
>
<div
class=
"left_tip"
style=
"width:2.1rem;line-height:0.46rem;margin-left:0.2rem;"
>
病案号/住院号医保卡号
</div>
<div
class=
"right_box"
>
<input
type=
"text"
name=
""
id=
"idCard"
value=
""
placeholder=
"请输入"
/>
</div>
</div>
<div
class=
"input_item clearfix"
style=
"border:none"
>
<div
class=
"left_tip"
>
<span
class=
"input_tip"
>
医保所在地
</span>
</div>
<div
class=
"right_box"
id=
"location_typeBox"
>
<input
type=
"text"
name=
""
id=
"location"
value=
""
placeholder=
"请选择"
readonly=
"true"
/>
<img
src=
"../images/_arrows _right@2x.png"
class=
"arrow_icon"
>
</div>
</div>
</div>
</div>
<div
class=
"footer_btn hasPre"
>
<span
class=
"pre"
>
上一步
</span>
<span
class=
"next"
>
下一步
</span>
</div>
<div
class=
"footer_btn noPre"
>
下一步
</div>
<div
class=
"content_mod"
>
</div>
<div
class=
"somke_warp"
>
<div
class=
"somke_header"
>
吸烟史
</div>
<div
class=
"clearfix"
style=
"padding-bottom:0.2rem;"
>
<div
class=
"somke_select yes"
data-select=
"yes"
>
<img
src=
"../images/pop_select_active@2x.png"
>
<span
class=
"select_tip"
>
吸烟
</span>
</div>
<div
class=
"somke_select no"
>
<img
src=
"../images/pop_select_default@2x.png"
>
<span
class=
"select_tip"
>
不吸烟
</span>
</div>
</div>
<div
class=
"somke_content"
>
<div
class=
"somke_content_item"
>
<span
class=
"txt_red"
>
*
</span>
<span
class=
"somke_content_item_leftTip"
>
吸烟时长(年)
</span>
<input
type=
"text"
name=
""
value=
""
placeholder=
"请输入"
id=
"somkeYear"
onkeyup=
"value=value.replace(/[^\d]/g,'')"
/>
</div>
<div
class=
"somke_content_item"
>
<span
class=
"txt_red"
>
*
</span>
<span
class=
"somke_content_item_leftTip"
>
每日吸烟量(支)
</span>
<input
type=
"text"
name=
""
value=
""
placeholder=
"请输入"
id=
"somkeNum"
onkeyup=
"value=value.replace(/[^\d]/g,'')"
/>
</div>
</div>
<div
class=
"smoke_btn"
>
确定
</div>
</div>
</body>
<script
type=
"text/javascript"
>
require
([
'../javaScript/createPatientInfo.js'
])
</script>
</html>
wechat_lung_myHome/pages/myOrder.html
View file @
18743ce0
...
...
@@ -29,6 +29,71 @@
</script>
</head>
<body>
<div
id=
"content"
>
<div
class=
"header_tab_list"
>
<span
class=
"tab_item all tabOn"
>
全部
</span>
<span
class=
"tab_item beAccepted"
>
待接受
</span>
<span
class=
"tab_item inService"
>
服务中
</span>
<span
class=
"tab_item completed"
>
已完成
</span>
</div>
<div
class=
"myOrder_list_warp"
>
<div
class=
"myOrder_list_item img_consult"
>
<div
class=
"myOrder_list_item_header clearfix"
>
<img
src=
"../images/order list_twzx_png@2x.png"
>
<span
class=
"myOrder_list_item_type"
>
图文咨询
</span>
<span
class=
"myOrder_list_item_status"
>
待接受
</span>
</div>
<div
class=
"myOrder_list_detail"
>
<p
class=
"myOrder_list_detail_item clearfix mar-b"
>
<span
class=
"myOrder_list_detail_item_title"
>
医生姓名:
</span>
<span
class=
"myOrder_list_detail_item_desc doctor_name"
>
孔祥鸣
</span>
</p>
<p
class=
"myOrder_list_detail_item clearfix"
>
<span
class=
"myOrder_list_detail_item_title"
>
咨询问题:
</span>
<span
class=
"myOrder_list_detail_item_desc questioon"
>
确诊肺癌,下一步需要做哪些…
</span>
</p>
</div>
</div>
<div
class=
"myOrder_list_item pmd"
>
<div
class=
"myOrder_list_item_header clearfix"
>
<img
src=
"../images/order list_srys_png@2x.png"
>
<span
class=
"myOrder_list_item_type"
>
私人医生
</span>
<span
class=
"myOrder_list_item_status"
>
待接受
</span>
</div>
<div
class=
"myOrder_list_detail"
>
<p
class=
"myOrder_list_detail_item clearfix mar-b"
>
<span
class=
"myOrder_list_detail_item_title"
>
医生姓名:
</span>
<span
class=
"myOrder_list_detail_item_desc doctor_name"
>
孔祥鸣
</span>
</p>
<p
class=
"myOrder_list_detail_item clearfix"
>
<span
class=
"myOrder_list_detail_item_title"
>
患者姓名:
</span>
<span
class=
"myOrder_list_detail_item_desc patient_name"
>
确诊肺癌,下一步需要做哪些…
</span>
</p>
</div>
</div>
<div
class=
"myOrder_list_item pmd"
>
<div
class=
"myOrder_list_item_header clearfix"
>
<img
src=
"../images/order list_dhzx_png@2x.png"
>
<span
class=
"myOrder_list_item_type"
>
电话咨询
</span>
<span
class=
"myOrder_list_item_status"
>
待接受
</span>
</div>
<div
class=
"myOrder_list_detail"
>
<p
class=
"myOrder_list_detail_item clearfix mar-b"
>
<span
class=
"myOrder_list_detail_item_title"
>
医生姓名:
</span>
<span
class=
"myOrder_list_detail_item_desc doctor_name"
>
孔祥鸣
</span>
</p>
<p
class=
"myOrder_list_detail_item clearfix mar-b"
>
<span
class=
"myOrder_list_detail_item_title"
>
预约时间:
</span>
<span
class=
"myOrder_list_detail_item_desc time"
>
2019-08-23 15:00
</span>
</p>
<p
class=
"myOrder_list_detail_item clearfix"
>
<span
class=
"myOrder_list_detail_item_title"
>
咨询问题:
</span>
<span
class=
"myOrder_list_detail_item_desc askQuestion"
>
确诊肺癌,下一步需要做哪些…
</span>
</p>
</div>
</div>
</div>
</div>
</body>
<script
type=
"text/javascript"
>
require
([
'../javaScript/myOrder.js'
])
...
...
wechat_lung_push_doctor/javaScript/basicUserInfo.js
View file @
18743ce0
...
...
@@ -136,7 +136,7 @@ define(['zepto','medtap','mui', 'mui.picker'],function($,medtap,mui){
time
:
1500
});
setTimeout
(
function
(){
medtap
.
pushWindow
(
'createPatientInfo.html
'
);
medtap
.
pushWindow
(
'createPatientInfo.html
?doctorId='
+
medtap
.
getRequest
(
'doctorId'
)
);
},
1500
);
},
2000
)
}
...
...
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