Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
f4dcfea4
Commit
f4dcfea4
authored
Nov 09, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
78b169b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
15 deletions
+7
-15
storeList.vue
pages/reserve/storeList.vue
+6
-6
subscribe.vue
pages/reserve/subscribe.vue
+1
-9
No files found.
pages/reserve/storeList.vue
View file @
f4dcfea4
...
...
@@ -227,7 +227,7 @@
}
.storeList
.store
{
width
:
100%
;
height
:
184px
;
/* height: 184px; */
/* background: #FAF8F9; */
}
.storeList
.box
{
...
...
@@ -241,20 +241,20 @@
}
.storeList
.img
{
width
:
100%
;
height
:
100%
;
border-radius
:
6px
;
height
:
94px
;
/* border-radius: 6px; */
}
.storeList
.content
{
width
:
100%
;
height
:
8
0px
;
height
:
9
0px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
padding
:
10px
15px
;
background
:
#FFF
;
position
:
absolute
;
/*
position: absolute;
left: 0;
bottom
:
0
;
bottom: 0;
*/
}
.storeList
.c-t
{
...
...
pages/reserve/subscribe.vue
View file @
f4dcfea4
...
...
@@ -655,14 +655,6 @@
this
.
getServerpersionListInfo
()
var
richtext
=
this
.
goods
.
detail
;
this
.
detailContent
=
richtext
;
// let obj = {
// ServiceLogo:'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/timeisup.png',
// Name:'到点分配',
// ServiceId:0,
// }
// this.designerList.unshift(obj)
// this.selectdesigner= this.designerList[0].ServiceId;
let
set
=
uni
.
getStorageSync
(
"basedata"
)
?
uni
.
getStorageSync
(
"basedata"
).
mall
.
offlineServiceSetting
.
offlineServicePayType
:
[];
if
(
set
.
length
>
0
){
...
...
@@ -776,7 +768,7 @@
});
setTimeout
(()
=>
{
uni
.
redirectTo
({
url
:
'/pages/reserve/personal/orderDetails?id='
+
res
.
data
.
OrderId
})
},
2
000
)
},
1
000
)
}
}
...
...
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