Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
user
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
hooloo
mp
user
Commits
a6b9646f
Commit
a6b9646f
authored
Jun 10, 2022
by
weijiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d345bfe7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
components/OrderQrCode/index.vue
+1
-1
pages/menu/menu.vue
+1
-1
No files found.
components/OrderQrCode/index.vue
View file @
a6b9646f
...
@@ -76,7 +76,7 @@ export default {
...
@@ -76,7 +76,7 @@ export default {
open
(
data
,
path
)
{
open
(
data
,
path
)
{
this
.
show
=
true
;
this
.
show
=
true
;
this
.
orderInfo
=
data
;
this
.
orderInfo
=
data
;
console
.
log
(
"order:"
+
JSON
.
stringify
(
this
.
orderInfo
));
//
console.log("order:"+JSON.stringify(this.orderInfo));
if
(
this
.
showMask
)
{
if
(
this
.
showMask
)
{
this
.
qrCode
=
'/static/imgs/noQr.png'
;
this
.
qrCode
=
'/static/imgs/noQr.png'
;
...
...
pages/menu/menu.vue
View file @
a6b9646f
...
@@ -106,7 +106,7 @@ export default {
...
@@ -106,7 +106,7 @@ export default {
const
data
=
res
?.
data
const
data
=
res
?.
data
if
(
data
?.
data
)
{
if
(
data
?.
data
)
{
// this.$set(data.data, 'state', '2');
// this.$set(data.data, 'state', '2');
console
.
log
(
"getHomeOrder:"
+
JSON
.
stringify
(
data
.
data
));
//
console.log("getHomeOrder:"+JSON.stringify(data.data));
this
.
buied
=
true
;
this
.
buied
=
true
;
this
.
orderInfo
=
data
.
data
this
.
orderInfo
=
data
.
data
}
else
{
}
else
{
...
...
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