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
b3f5a0a8
Commit
b3f5a0a8
authored
Jan 29, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
73a675d1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
8 deletions
+5
-8
storeList.vue
components/storeList/storeList.vue
+1
-4
cleanManage.vue
pages/cleanManage/cleanManage.vue
+1
-1
index.vue
pages/cleanRecord/index.vue
+1
-1
orderResult.vue
pages/orderResult/orderResult.vue
+2
-2
No files found.
components/storeList/storeList.vue
View file @
b3f5a0a8
...
...
@@ -3,7 +3,7 @@
<view
class=
"flex-col"
v-for=
"(val,i) in list"
:key=
"i"
@
tap
.
stop=
"onNavToHome(val)"
>
<view
class=
"flex-row"
>
<view
class=
"room-img-box"
>
<image
:src=
"val.images[0]"
mode=
"
scaleTo
Fill"
@
tap
.
stop=
"onPreview(val)"
></image>
<image
:src=
"val.images[0]"
mode=
"
aspect
Fill"
@
tap
.
stop=
"onPreview(val)"
></image>
</view>
<view
class=
"flex-1 part-right"
>
<view
class=
"part-title"
>
...
...
@@ -123,10 +123,7 @@
border-radius
:
12
upx
;
overflow
:
hidden
;
margin
:
0
20
upx
;
image
{
display
:
block
;
width
:
100%
;
height
:
100%
;
}
}
...
...
pages/cleanManage/cleanManage.vue
View file @
b3f5a0a8
...
...
@@ -219,7 +219,7 @@ import moment from "@/common/moment";
})
},
onNavSearch
(
val
){
if
(
val
.
recordsStatus
==
0
||
val
.
recordsUserId
==
=
this
.
userInfo
.
id
){
if
(
val
.
recordsStatus
==
0
||
val
.
recordsUserId
==
this
.
userInfo
.
id
){
uni
.
navigateTo
({
url
:
"/pages/cleanOrderInfo/cleanOrderInfo?id="
+
val
.
recordsId
})
...
...
pages/cleanRecord/index.vue
View file @
b3f5a0a8
...
...
@@ -188,7 +188,7 @@ import NoLogin from "@/components/noLogin/noLogin"
this
.
onLoading
()
},
onNavToOrderInfo
(
val
){
if
(
val
.
consumerId
==
=
this
.
userInfo
.
id
){
if
(
val
.
consumerId
==
this
.
userInfo
.
id
){
uni
.
navigateTo
({
url
:
"/pages/cleanOrderInfo/cleanOrderInfo?id="
+
val
.
id
})
...
...
pages/orderResult/orderResult.vue
View file @
b3f5a0a8
...
...
@@ -206,6 +206,7 @@
},
onLoading
(){
getOrderInfoByNo
(
this
.
orderNo
).
then
(
res
=>
{
this
.
close
()
if
(
res
.
data
.
code
==
200
){
this
.
orderInfo
=
{
...
res
.
data
.
data
,
...
...
@@ -369,14 +370,13 @@
}).
then
(
res
=>
{
uni
.
hideLoading
()
if
(
res
.
data
.
code
==
200
){
this
.
close
()
uni
.
showToast
({
icon
:
'none'
,
title
:
'退单已提交'
})
setTimeout
(()
=>
{
this
.
onLoading
()
},
1
500
)
},
500
)
}
else
{
uni
.
showToast
({
icon
:
'none'
,
...
...
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