Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
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
pseer
gxpt_wechat
Commits
0117dda4
Commit
0117dda4
authored
May 21, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
7c40d20a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
cleanManage.vue
pages/cleanManage/cleanManage.vue
+8
-8
index.vue
pages/index/index.vue
+4
-4
orderResult.vue
pages/orderResult/orderResult.vue
+1
-1
No files found.
pages/cleanManage/cleanManage.vue
View file @
0117dda4
...
...
@@ -121,10 +121,10 @@ import moment from "@/common/moment";
6
:
'已下架'
},
colorEnum
:{
0
:
"#
6fc544
"
,
1
:
"#e
7a646
"
,
2
:
"#
4aa3ff
"
,
3
:
"#
ff494e
"
,
0
:
"#
02F6FF
"
,
1
:
"#e
51771
"
,
2
:
"#
aaaaaa
"
,
3
:
"#
EE8A1A
"
,
4
:
"#ff49ef"
,
5
:
"#ff0000"
,
6
:
"#999999"
,
...
...
@@ -133,22 +133,22 @@ import moment from "@/common/moment";
{
label
:
"空闲中"
,
status
:
0
,
color
:
"#
6fc544
"
color
:
"#
02F6FF
"
},
{
label
:
"使用中"
,
status
:
1
,
color
:
"#e
7a646
"
color
:
"#e
51771
"
},
{
label
:
"维护中"
,
status
:
2
,
color
:
"#
4aa3ff
"
color
:
"#
aaaaaa
"
},
{
label
:
"待保洁"
,
status
:
3
,
color
:
"#
ff49ef
"
color
:
"#
EE8A1A
"
},
{
label
:
"保洁中"
,
...
...
pages/index/index.vue
View file @
0117dda4
...
...
@@ -229,7 +229,7 @@
</uni-popup>
<
LoginPop
ref=
"loginPop"
/
>
<
!--
<LoginPop
ref=
"loginPop"
/>
--
>
<f-tabbar></f-tabbar>
</view>
</
template
>
...
...
@@ -237,7 +237,7 @@
<
script
>
import
fTabbar
from
'@/components/module/f-tabbar/f-tabbar'
;
import
fNavbar
from
'@/components/module/f-navbar/f-navbar'
;
import
LoginPop
from
"@/components/login/login"
//
import LoginPop from "@/components/login/login"
import
{
login
,
dictList
,
...
...
@@ -261,7 +261,7 @@
fTabbar
,
fNavbar
,
ToolBox
,
LoginPop
//
LoginPop
},
data
()
{
return
{
...
...
@@ -367,7 +367,7 @@
this
.
onSetShowPoint
();
// 隐藏原生的tabbar
uni
.
hideTabBar
();
this
.
$refs
.
loginPop
.
open
();
//
this.$refs.loginPop.open();
},
methods
:
{
onStoreChage
(
id
)
{
...
...
pages/orderResult/orderResult.vue
View file @
0117dda4
...
...
@@ -355,7 +355,7 @@
listSortDistance
({
storeId
:
this
.
orderInfo
.
storeId
,
roomId
:
this
.
orderInfo
.
roomId
,
day
:
this
.
orderInfo
.
endDate
,
day
:
this
.
orderInfo
.
status
==
1
?
this
.
orderInfo
.
endDate
:
moment
().
format
(
"YYYY-MM-DD"
)
,
orderType
:
2
,
orderId
:
this
.
orderInfo
.
id
}).
then
(
res
=>
{
...
...
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