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
eec4876f
Commit
eec4876f
authored
Nov 09, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f4dcfea4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
storeList.vue
pages/reserve/storeList.vue
+2
-0
subscribe.vue
pages/reserve/subscribe.vue
+1
-1
No files found.
pages/reserve/storeList.vue
View file @
eec4876f
...
@@ -238,6 +238,8 @@
...
@@ -238,6 +238,8 @@
position
:
relative
;
position
:
relative
;
border-radius
:
6px
;
border-radius
:
6px
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.storeList
.img
{
.storeList
.img
{
width
:
100%
;
width
:
100%
;
...
...
pages/reserve/subscribe.vue
View file @
eec4876f
...
@@ -609,7 +609,7 @@
...
@@ -609,7 +609,7 @@
let
ProductList
=
[];
let
ProductList
=
[];
let
obj
=
{
let
obj
=
{
GoodsClassId
:
this
.
goods
.
categoryIdList
,
GoodsClassId
:
this
.
goods
.
categoryIdList
,
GoodsPrice
:
this
.
goods
.
price
*
this
.
value
,
GoodsPrice
:
(
this
.
goods
&&
this
.
goods
.
price
?
this
.
goods
.
price
:
0
)
*
this
.
value
,
ProductId
:
this
.
goods
.
id
,
ProductId
:
this
.
goods
.
id
,
};
};
...
...
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