Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
ba32a0f4
Commit
ba32a0f4
authored
Aug 17, 2020
by
石家欣
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://rungit.jxdsy.cn:10000/xys/lumastoreapp
into dev
parents
566fcb2f
92602cc4
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
2563 additions
and
131 deletions
+2563
-131
App.vue
App.vue
+3
-38
components/orderItemss/orderItemss.vue
components/orderItemss/orderItemss.vue
+1
-0
manifest.json
manifest.json
+2
-2
pages/edit/shop/shop.vue
pages/edit/shop/shop.vue
+68
-28
pages/edit/shop/timeList.json
pages/edit/shop/timeList.json
+2451
-0
pages/index/index.vue
pages/index/index.vue
+0
-43
pages/specsShop/specsShop.vue
pages/specsShop/specsShop.vue
+34
-11
store/index.js
store/index.js
+0
-4
utils/debug.js
utils/debug.js
+4
-5
No files found.
App.vue
View file @
ba32a0f4
...
@@ -69,8 +69,8 @@
...
@@ -69,8 +69,8 @@
if
(
this
.
$store
.
state
.
token
!=
""
){
//判断是否 已登录
if
(
this
.
$store
.
state
.
token
!=
""
){
//判断是否 已登录
let
res
=
await
newsRemind
({})
let
res
=
await
newsRemind
({})
console
.
log
(
res
,
'
我登陆了
'
)
if
(
res
.
code
==
0
){
if
(
res
.
code
==
0
){
if
(
res
.
data
.
length
!=
0
){
if
(
res
.
data
.
length
!=
0
){
//进来了就是有消息
//进来了就是有消息
...
@@ -99,15 +99,12 @@
...
@@ -99,15 +99,12 @@
})
})
}
}
}
else
{
}
else
if
(
msglist
.
length
!=
0
)
{
//多条的时候
//多条的时候
console
.
info
(
"
提示多条订单~
"
);
let
msgtext
=
`你有
${
msglist
.
length
}
条新的鹿马订单了,请及时处理`
;
let
msgtext
=
`你有
${
msglist
.
length
}
条新的鹿马订单了,请及时处理`
;
if
(
this
.
$store
.
state
.
isvoice
){
if
(
this
.
$store
.
state
.
isvoice
){
this
.
$store
.
dispatch
(
'
AudioVoice
'
,
msgtext
).
then
((
e
)
=>
{
this
.
$store
.
dispatch
(
'
AudioVoice
'
,
msgtext
).
then
((
e
)
=>
{
console
.
log
(
e
);
console
.
info
(
e
,
"
循环消息列表2
"
);
console
.
info
(
"
循环消息列表2
"
);
//震动 调用//400ms//长震动
//震动 调用//400ms//长震动
uni
.
vibrateLong
({
uni
.
vibrateLong
({
success
:(
re
)
=>
{
success
:(
re
)
=>
{
...
@@ -127,38 +124,6 @@
...
@@ -127,38 +124,6 @@
}
}
}
}
// for(let i=0;i
<
msglist
.
length
;
i
++
){
// let item = msglist[i];
// // item.message
// // isvoice 开关
// if(this.$store.state.isvoice){
// this.$store.dispatch('AudioVoice',item.message).then((e) => {
// console.log(e);
// console.info("循环消息列表2");
// //震动 调用//400ms//长震动
// uni.vibrateLong({
// success:(re)=> {
// },
// fail:(a)=> {
// }
// })
// })
// }else{
// //震动 调用//400ms//长震动
// uni.vibrateLong({
// success:(re)=> {
// },
// fail:(a)=> {
// }
// })
// }
// }
console
.
info
(
"
循环消息列表3
"
);
console
.
info
(
"
循环消息列表3
"
);
//回调
//回调
...
...
components/orderItemss/orderItemss.vue
View file @
ba32a0f4
...
@@ -133,6 +133,7 @@
...
@@ -133,6 +133,7 @@
let
res
=
await
immediatelyOrder
({
let
res
=
await
immediatelyOrder
({
order_id
:
this
.
dataorder
.
order_id
,
order_id
:
this
.
dataorder
.
order_id
,
});
});
console
.
log
(
res
,
'
aaaaaaa
'
)
if
(
res
.
code
==
0
){
if
(
res
.
code
==
0
){
this
.
$api
.
msg
(
res
.
msg
);
this
.
$api
.
msg
(
res
.
msg
);
this
.
$emit
(
"
reload
"
,{});
//重新加载
this
.
$emit
(
"
reload
"
,{});
//重新加载
...
...
manifest.json
View file @
ba32a0f4
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
//
"appid"
:
"__UNI__FC9419E"
,
//
"appid"
:
"__UNI__FC9419E"
,
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"description"
:
""
,
"description"
:
""
,
"versionName"
:
"1.0.7
6
"
,
"versionName"
:
"1.0.7
7
"
,
"versionCode"
:
17
6
,
"versionCode"
:
17
7
,
"transformPx"
:
false
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
/*
5
+App特有相关
*/
"app-plus"
:
{
"app-plus"
:
{
...
...
pages/edit/shop/shop.vue
View file @
ba32a0f4
...
@@ -15,22 +15,28 @@
...
@@ -15,22 +15,28 @@
</view>
</view>
<view
class=
"cu-form-group "
>
<view
class=
"cu-form-group "
>
<view
class=
"title"
>
店铺电话:
</view>
<view
class=
"title"
>
店铺电话:
</view>
<input
class=
"title"
style=
"flex-grow: 1;"
placeholder=
"请输入店铺电话"
disabled=
"disabled"
v-model=
"fromdata.tel"
></input>
<view
class=
"flex1 jus-b ali-c"
>
<input
class=
"title"
style=
"flex-grow: 1;"
placeholder=
"请修改店铺电话"
type=
"number"
v-if=
"editortel"
@
blur=
'telblur'
focus=
"true"
v-model=
"editortelvalue"
></input>
<input
class=
"title"
style=
"flex-grow: 1;"
placeholder=
"请输入店铺电话"
v-else
disabled=
"disabled"
v-model=
"fromdata.tel"
></input>
<view
style=
"color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;"
@
tap=
"editorTel"
>
编辑
</view>
</view>
</view>
</view>
<view
class=
"cu-form-group "
@
tap=
"chooseLocation"
>
<view
class=
"cu-form-group "
>
<view
class=
"title"
>
店铺地址:
</view>
<view
class=
"title"
>
店铺地址:
</view>
<view
class=
"flex1 jus-b ali-c"
>
<view
class=
"flex1 jus-b ali-c"
>
<input
class=
"title"
style=
"flex-grow: 1;"
placeholder=
"请输入店铺地址"
disabled=
"disabled"
v-model=
"fromdata.addr"
></input>
<input
class=
"title"
style=
"flex-grow: 1;"
placeholder=
"请输入店铺地址"
disabled=
"disabled"
v-model=
"fromdata.addr"
></input>
<view
class=
""
style=
"color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;"
>
修改地址
</view>
<view
style=
"color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;"
@
tap=
"chooseLocation"
>
编辑
</view>
</view>
</view>
</view>
</view>
<view
class=
"cu-form-group flex"
style=
"padding: 30upx;"
>
<view
class=
"cu-form-group flex"
style=
"padding: 30upx;"
>
<view
class=
"title"
>
营业时间:
</view>
<view
class=
"title"
>
营业时间:
</view>
<view
class=
"flex1 jus-b ali-c"
>
<view
class=
"time flex"
>
<view
class=
"time flex"
>
<view
class=
"biao_05_2"
>
<view
class=
"biao_05_2"
>
<view
class=
"uni-list-cell-db flex"
>
<view
class=
"uni-list-cell-db flex"
>
<view
class=
""
style=
"color:rgb(84, 84, 84);font-size: 32upx;"
>
{{
time
}}
</view>
<view
style=
"color:rgb(84, 84, 84);font-size: 32upx;"
>
{{
time
}}
</view>
</view>
</view>
</view>
</view>
<view
class=
"biao_05_2 flex"
style=
"margin: 0 20upx 0 20upx;"
>
--
</view>
<view
class=
"biao_05_2 flex"
style=
"margin: 0 20upx 0 20upx;"
>
--
</view>
...
@@ -38,6 +44,14 @@
...
@@ -38,6 +44,14 @@
<view
class=
""
style=
"color:rgb(84, 84, 84);font-size: 32upx;"
>
{{
time_close
}}
</view>
<view
class=
""
style=
"color:rgb(84, 84, 84);font-size: 32upx;"
>
{{
time_close
}}
</view>
</view>
</view>
</view>
</view>
<view
class=
""
style=
"color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;"
@
tap=
'modifyTime'
>
编辑
</view>
<lb-picker
ref=
"picker"
:list=
"list2"
:value=
'value'
range-key=
"label"
mode=
"multiSelector"
:level=
'2'
@
confirm=
'confirm'
></lb-picker>
</view>
</view>
</view>
<view
class=
"cu-form-group "
>
<view
class=
"cu-form-group "
>
<view
class=
"title"
>
介绍:
</view>
<view
class=
"title"
>
介绍:
</view>
...
@@ -63,6 +77,7 @@
...
@@ -63,6 +77,7 @@
<button
@
tap=
"addNewStoreFun()"
class=
"cu-btn bg-red margin-tb-sm lg"
>
提交
</button>
<button
@
tap=
"addNewStoreFun()"
class=
"cu-btn bg-red margin-tb-sm lg"
>
提交
</button>
</view>
</view>
</view>
-->
</view>
-->
</view>
</view>
</
template
>
</
template
>
...
@@ -78,10 +93,14 @@
...
@@ -78,10 +93,14 @@
key
:
'
KROBZ-N2ORJ-VYBFJ-F76TY-ASPMT-JFBFH
'
key
:
'
KROBZ-N2ORJ-VYBFJ-F76TY-ASPMT-JFBFH
'
});
});
var
telStr
=
/^
[
1
](([
3
][
0-9
])
|
([
4
][
5-9
])
|
([
5
][
0-3,5-9
])
|
([
6
][
5,6
])
|
([
7
][
0-8
])
|
([
8
][
0-9
])
|
([
9
][
1,8,9
]))[
0-9
]{8}
$/
;
import
timeList
from
'
./timeList.json
'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
list2
:
[],
//选择得时间
editortel
:
false
,
editortelvalue
:
''
,
content
:
[],
content
:
[],
list
:
[],
list
:
[],
address
:
''
,
address
:
''
,
...
@@ -104,12 +123,7 @@
...
@@ -104,12 +123,7 @@
},
},
//addr: "南昌市"
//contact: ""
//business_time: "9:00-18:00"
//logo: ""
//lat: 28.68503
//lng: 115.89925
//可能少的
//可能少的
...
@@ -131,6 +145,8 @@
...
@@ -131,6 +145,8 @@
this
.
content
=
this
.
$api
.
json
.
content
;
this
.
content
=
this
.
$api
.
json
.
content
;
//获取之前设置过的信息
//获取之前设置过的信息
this
.
getshopDetail
();
this
.
getshopDetail
();
this
.
list2
=
timeList
.
list
;
console
.
log
(
timeList
)
},
},
components
:
{
components
:
{
uniIcon
,
uniIcon
,
...
@@ -239,12 +255,35 @@
...
@@ -239,12 +255,35 @@
this
.
list
.
shop_state
=
false
// 0
this
.
list
.
shop_state
=
false
// 0
}
}
},
},
editorTel
(){
//点击修改电话
this
.
editortel
=
true
;
},
modifyTime
(){
//点击编辑营业时间
console
.
log
(
'
点击了
'
);
this
.
$refs
.
picker
.
show
()
// 显示
},
confirm
(
e
){
console
.
log
(
e
.
item
[
0
].
label
,
e
.
item
[
1
].
label
)
this
.
fromdata
.
business_time
=
e
.
item
[
0
].
label
+
'
-
'
+
e
.
item
[
1
].
label
;
//营业时间 需要特殊处理
this
.
addNewStoreFun
();
//修改信息
this
.
time
=
e
.
item
[
0
].
label
;
this
.
time_close
=
e
.
item
[
1
].
label
;
},
telblur
(){
//失去焦点
if
(
this
.
editortelvalue
==
''
||
!
(
telStr
.
test
(
this
.
editortelvalue
)))
{
this
.
$api
.
msg
(
'
请输入正确手机号
'
);
}
else
{
this
.
editortel
=
false
;
this
.
fromdata
.
tel
=
this
.
editortelvalue
;
this
.
editortelvalue
=
''
;
this
.
addNewStoreFun
();
//修改信息
}
},
//选中定位 获取经纬度
//选中定位 获取经纬度
chooseLocation
()
{
chooseLocation
()
{
uni
.
chooseLocation
({
uni
.
chooseLocation
({
success
:
(
data
)
=>
{
success
:
(
data
)
=>
{
//console.log(data)
qqmapsdk
.
reverseGeocoder
({
qqmapsdk
.
reverseGeocoder
({
location
:
{
location
:
{
latitude
:
data
.
latitude
,
latitude
:
data
.
latitude
,
...
@@ -255,15 +294,7 @@
...
@@ -255,15 +294,7 @@
this
.
fromdata
.
lng
=
res
.
result
.
location
.
lng
;
this
.
fromdata
.
lng
=
res
.
result
.
location
.
lng
;
this
.
fromdata
.
addr
=
res
.
result
.
address
+
res
.
result
.
formatted_addresses
.
rough
;
this
.
fromdata
.
addr
=
res
.
result
.
address
+
res
.
result
.
formatted_addresses
.
rough
;
addNewStore
(
this
.
fromdata
).
then
(
res
=>
{
//修改商家信息
this
.
addNewStoreFun
();
//修改信息
if
(
res
.
code
==
0
)
{
this
.
$api
.
msg
(
res
.
msg
);
}
else
{
this
.
$api
.
msg
(
res
.
msg
);
}
});
console
.
log
(
this
.
fromdata
.
addr
,
"
res
"
);
},
},
fail
:
(
err
)
=>
{
fail
:
(
err
)
=>
{
console
.
log
(
err
)
console
.
log
(
err
)
...
@@ -272,6 +303,15 @@
...
@@ -272,6 +303,15 @@
}
}
});
});
},
},
async
addNewStoreFun
(){
addNewStore
(
this
.
fromdata
).
then
(
res
=>
{
//修改商家信息
if
(
res
.
code
==
0
)
{
this
.
$api
.
msg
(
res
.
msg
);
}
else
{
this
.
$api
.
msg
(
res
.
msg
);
}
});
},
onEditorReady
(
data
)
{
onEditorReady
(
data
)
{
uni
.
createSelectorQuery
().
select
(
'
#editor
'
).
context
((
res
)
=>
{
uni
.
createSelectorQuery
().
select
(
'
#editor
'
).
context
((
res
)
=>
{
console
.
log
(
res
)
console
.
log
(
res
)
...
...
pages/edit/shop/timeList.json
0 → 100644
View file @
ba32a0f4
{
"list"
:[
{
"label"
:
"00:00"
,
"value"
:
"1"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"01:00"
,
"value"
:
"2"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},{
"label"
:
"02:00"
,
"value"
:
"3"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"03:00"
,
"value"
:
"4"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"04:00"
,
"value"
:
"5"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"05:00"
,
"value"
:
"6"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"06:00"
,
"value"
:
"7"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"07:00"
,
"value"
:
"8"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"08:00"
,
"value"
:
"9"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"09:00"
,
"value"
:
"10"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"10:00"
,
"value"
:
"11"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"11:00"
,
"value"
:
"12"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"12:00"
,
"value"
:
"13"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"13:00"
,
"value"
:
"14"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"14:00"
,
"value"
:
"15"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"15:00"
,
"value"
:
"16"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"16:00"
,
"value"
:
"17"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"17:00"
,
"value"
:
"18"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"18:00"
,
"value"
:
"19"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"19:00"
,
"value"
:
"20"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"20:00"
,
"value"
:
"21"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"21:00"
,
"value"
:
"22"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"22:00"
,
"value"
:
"23"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
},
{
"label"
:
"23:00"
,
"value"
:
"24"
,
"children"
:
[
{
"label"
:
"00:00"
,
"value"
:
"1-1"
},
{
"label"
:
"01:00"
,
"value"
:
"1-2"
},
{
"label"
:
"02:00"
,
"value"
:
"1-3"
},
{
"label"
:
"03:00"
,
"value"
:
"1-4"
},
{
"label"
:
"04:00"
,
"value"
:
"1-5"
},
{
"label"
:
"05:00"
,
"value"
:
"1-6"
},
{
"label"
:
"06:00"
,
"value"
:
"1-7"
},
{
"label"
:
"07:00"
,
"value"
:
"1-8"
},
{
"label"
:
"08:00"
,
"value"
:
"1-9"
},
{
"label"
:
"09:00"
,
"value"
:
"1-10"
},
{
"label"
:
"10:00"
,
"value"
:
"1-11"
},
{
"label"
:
"11:00"
,
"value"
:
"1-12"
},
{
"label"
:
"12:00"
,
"value"
:
"1-13"
},
{
"label"
:
"13:00"
,
"value"
:
"1-14"
},
{
"label"
:
"14:00"
,
"value"
:
"1-15"
},
{
"label"
:
"15:00"
,
"value"
:
"1-16"
},
{
"label"
:
"16:00"
,
"value"
:
"1-17"
},
{
"label"
:
"17:00"
,
"value"
:
"1-18"
},
{
"label"
:
"18:00"
,
"value"
:
"1-19"
},
{
"label"
:
"19:00"
,
"value"
:
"1-20"
},
{
"label"
:
"20:00"
,
"value"
:
"1-21"
},
{
"label"
:
"21:00"
,
"value"
:
"1-22"
},
{
"label"
:
"22:00"
,
"value"
:
"1-23"
},
{
"label"
:
"23:00"
,
"value"
:
"1-24"
}
]
}
]
}
\ No newline at end of file
pages/index/index.vue
View file @
ba32a0f4
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
<!-- 商家助手首页 -->
<!-- 商家助手首页 -->
<view
class=
"index"
>
<view
class=
"index"
>
<view
class=
"head"
>
<view
class=
"head"
>
<!-- @tap="demoaudio" -->
<view
class=
"tit"
>
店铺名称:
{{
storeinfo
.
shop_name
}}
</view>
<view
class=
"tit"
>
店铺名称:
{{
storeinfo
.
shop_name
}}
</view>
<!--
{{
shop
.
shop_name
}}
-->
<!--
{{
shop
.
shop_name
}}
-->
<view
class=
"jiu"
>
<view
class=
"jiu"
>
...
@@ -330,52 +329,10 @@
...
@@ -330,52 +329,10 @@
},
1000
)
},
1000
)
},
},
methods
:
{
methods
:
{
demoaudio
()
{
//语音提醒
//AudioVoice openVoice
// setInterval(()=>{
// this.$store.dispatch('AudioVoice',"您有新的资金变化,请注意查看").then((e) => {
// console.log(e);
// })
// },10000);
this
.
$store
.
dispatch
(
'
AudioVoice
'
,
"
您有新的订单,请注意查看
"
).
then
((
e
)
=>
{
console
.
log
(
e
);
//震动 调用
//400ms
//长震动
uni
.
vibrateLong
({
success
:
(
re
)
=>
{
},
fail
:
(
a
)
=>
{
}
})
// 短震动
//15ms
// uni.vibrateShort()({
// success:(re)=> {
// },
// fail:(a)=> {
// }
// })
})
},
//弹窗
//弹窗
tan
()
{
tan
()
{
this
.
tancl
=
!
this
.
tancl
this
.
tancl
=
!
this
.
tancl
},
},
//获取首页的数据
//获取首页的数据
async
storeIndexfun
()
{
async
storeIndexfun
()
{
let
res
=
await
storeIndex
({
let
res
=
await
storeIndex
({
...
...
pages/specsShop/specsShop.vue
View file @
ba32a0f4
...
@@ -9,14 +9,21 @@
...
@@ -9,14 +9,21 @@
</picker>
-->
</picker>
-->
<picker
@
change=
"bindPickerChange"
:value=
"Typeindex"
:range=
"goodsSpec_goodsType"
range-key=
"name"
>
<!--
<picker
@
change=
"bindPickerChange"
:value=
"Typeindex"
:range=
"goodsSpec_goodsType"
range-key=
"name"
>
<!--
<view
class=
"uni-input"
>
{{
array
[
index
]
}}
</view>
-->
<view
class=
"specsmodel flex ali-c"
>
<view
class=
"specsmodel flex ali-c"
>
<text
class=
"title"
>
规格模型:
</text>
<text
class=
"title"
>
规格模型:
</text>
<view
class=
"modlename"
>
{{
goodsSpec_goodsType
[
Typeindex
].
name
?
goodsSpec_goodsType
[
Typeindex
].
name
:
""
}}
</view>
<view
class=
"modlename"
>
{{
goodsSpec_goodsType
[
Typeindex
].
name
?
goodsSpec_goodsType
[
Typeindex
].
name
:
""
}}
</view>
<image
class=
"dopicon"
src=
"/static/news/dopicon.png"
mode=
""
></image>
<image
class=
"dopicon"
src=
"/static/news/dopicon.png"
mode=
""
></image>
</view>
</view>
</picker>
</picker>
-->
<view
class=
"specsmodel flex ali-c"
@
tap=
'bindPickerChange'
>
<text
class=
"title"
>
规格模型:
</text>
<view
class=
"modlename"
>
{{
goodsSpec_goodsType
[
Typeindex
].
name
?
goodsSpec_goodsType
[
Typeindex
].
name
:
""
}}
</view>
<image
class=
"dopicon"
src=
"/static/news/dopicon.png"
mode=
""
></image>
</view>
<lb-picker
ref=
"picker"
:list=
"goodsSpec_goodsType"
:value=
'Typeindex'
range-key=
"label"
:props=
"myProps"
@
confirm=
'confirm'
></lb-picker>
<!-- 多选框列表 -->
<!-- 多选框列表 -->
...
@@ -87,6 +94,12 @@
...
@@ -87,6 +94,12 @@
},
},
data
()
{
data
()
{
return
{
return
{
myProps
:
{
label
:
'
name
'
,
value
:
'
cate_id
'
,
},
name
:
"
shops
"
,
name
:
"
shops
"
,
form
:{
form
:{
pics
:
[{
name
:
'
测试
'
}],
pics
:
[{
name
:
'
测试
'
}],
...
@@ -137,6 +150,23 @@
...
@@ -137,6 +150,23 @@
this
.
goodsSpecfun
();
//商品规格详情
this
.
goodsSpecfun
();
//商品规格详情
},
},
methods
:{
methods
:{
confirm
(
e
){
console
.
log
(
e
)
// this.parent_name=e.item.value;
// this.canform.cate_id=;
// this.cate_name = e.item.cate_name;
this
.
type_id
=
e
.
item
.
id
;
this
.
Typeindex
=
e
.
index
;
this
.
ajaxGetSpecSelectfun
();
//获取选中的分类下面的规格
},
//分类选择触发后
bindPickerChange
(
e
){
this
.
$refs
.
picker
.
show
()
// 显示
},
//上传图片的方法
//上传图片的方法
uploadimgfun
(
index
){
uploadimgfun
(
index
){
//上传图片方法
//上传图片方法
...
@@ -232,14 +262,7 @@
...
@@ -232,14 +262,7 @@
this
.
$api
.
msg
(
res
.
msg
);
this
.
$api
.
msg
(
res
.
msg
);
}
}
},
},
//分类选择触发后
bindPickerChange
(
e
){
//console.info(e.detail.value);
this
.
Typeindex
=
e
.
detail
.
value
;
this
.
type_id
=
this
.
goodsSpec_goodsType
[
e
.
detail
.
value
].
id
;
//分类id
this
.
ajaxGetSpecSelectfun
();
//获取选中的分类下面的规格
},
//获取类型规格详情 通过上面的那个接口 里面的 goodsSpec_goodsType里面的id去获取
//获取类型规格详情 通过上面的那个接口 里面的 goodsSpec_goodsType里面的id去获取
async
ajaxGetSpecSelectfun
(){
async
ajaxGetSpecSelectfun
(){
let
res
=
await
ajaxGetSpecSelect
({
let
res
=
await
ajaxGetSpecSelect
({
...
...
store/index.js
View file @
ba32a0f4
...
@@ -168,17 +168,13 @@ const store = new Vuex.Store({
...
@@ -168,17 +168,13 @@ const store = new Vuex.Store({
})
})
},
},
AudioVoice
(
context
,
text
){
//获取音频对象播放
AudioVoice
(
context
,
text
){
//获取音频对象播放
console
.
info
(
"
测试进来了~
"
);
return
new
Promise
(
resolve
=>
{
return
new
Promise
(
resolve
=>
{
Voice
({
Voice
({
voiceSet
:
{
voiceSet
:
{
tex
:
text
,
tex
:
text
,
// tex: '您有新的外卖订单请即时处理'
// tex:"余额到账1000元",
},
},
returnAudio
:
true
returnAudio
:
true
}).
then
(
audio
=>
{
}).
then
(
audio
=>
{
console
.
log
(
'
获取音频对象
'
)
audio
.
onPlay
(()
=>
{
audio
.
onPlay
(()
=>
{
console
.
log
(
'
音频开始播放了
'
)
console
.
log
(
'
音频开始播放了
'
)
})
})
...
...
utils/debug.js
View file @
ba32a0f4
...
@@ -2,8 +2,9 @@
...
@@ -2,8 +2,9 @@
//环境变量 这个是 鹿马商家助手的 商家助手的~~~~
//环境变量 这个是 鹿马商家助手的 商家助手的~~~~
module
.
exports
=
{
module
.
exports
=
{
//是否为开发调试环境 true为本地环境 false 为正式环境
//是否为开发调试环境 true为本地环境 false 为正式环境
isdebug
:
true
,
//测试
// isdebug:false,//正式
//isdebug:true,//测试
isdebug
:
false
,
//正式
xqdebug
:
false
,
//正式权限
xqdebug
:
false
,
//正式权限
...
@@ -13,8 +14,6 @@ module.exports = {
...
@@ -13,8 +14,6 @@ module.exports = {
// isdebug:false,//正式 APP里面绝对是正式
// isdebug:false,//正式 APP里面绝对是正式
// #endif
// #endif
/**
/**
* PS
* PS
*
*
...
...
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