Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
6ea11ad9
Commit
6ea11ad9
authored
Nov 08, 2021
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化核验页面显示
parent
df3e39b9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
src/pages/wo/verification/index.vue
+7
-1
No files found.
src/pages/wo/verification/index.vue
View file @
6ea11ad9
...
...
@@ -18,7 +18,7 @@
<div
class=
"checkBtn flex"
@
click=
"toCheck"
>
核验
</div>
</div>
</div>
<div
class=
"userInfo"
>
<div
class=
"userInfo"
v-if=
"showInfo"
>
<div
class=
"img"
>
<image
mode=
"widthFix"
...
...
@@ -47,10 +47,12 @@
<div
class=
"val"
>
云顶大酒店1层
</div>
</div>
</div>
<template
v-if=
"showInfo"
>
<div
class=
"seat"
></div>
<div
class=
"btm flex"
>
<div
class=
"btn"
@
click=
"confirm"
>
再扫一次
</div>
</div>
</
template
>
</div>
</template>
...
...
@@ -60,6 +62,7 @@ export default {
data
()
{
return
{
checkText
:
""
,
showInfo
:
false
,
};
},
components
:
{},
...
...
@@ -80,6 +83,7 @@ export default {
title
:
"加载中..."
,
});
setTimeout
(()
=>
{
this
.
showInfo
=
true
;
wx
.
hideLoading
();
},
500
);
},
...
...
@@ -96,6 +100,8 @@ export default {
success
(
res
)
{
console
.
log
(
res
,
"---success"
);
_this
.
checkText
=
res
.
result
;
// 调接口完成改true 暂时为测试
_this
.
showInfo
=
true
;
},
fail
(
res
)
{
wx
.
showToast
({
...
...
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