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
09c2e590
Commit
09c2e590
authored
Jun 24, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
cd69a0a2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
index.vue
pages/index/index.vue
+4
-3
orderResult.vue
pages/orderResult/orderResult.vue
+16
-1
No files found.
pages/index/index.vue
View file @
09c2e590
...
@@ -249,7 +249,7 @@
...
@@ -249,7 +249,7 @@
<text
class=
"text-black text-xl text-bold"
>
温馨提示
</text>
<text
class=
"text-black text-xl text-bold"
>
温馨提示
</text>
</view>
</view>
<view
class=
"content"
>
<view
class=
"content"
>
<text
class=
"text-black text-lg"
>
欢迎来到凑角自助共享棋牌,凑角品牌致力于打造环境舒适、风格独特的棋牌共享空间,门店24小时无人值守,房间使用期间,如有问题请联系门店客服,将一对一为您服务。
<text
class=
"text-black text-lg"
>
欢迎来到凑角自助共享棋牌,凑角品牌致力于打造环境舒适、风格独特的棋牌共享空间,门店24小时无人值守,房间使用期间,如有问题请联系门店客服,将一对一为您服务。
本空间使用者需遵守治安管理条列,注意个人安全,违者自行承担相应责任及后果:
本空间使用者需遵守治安管理条列,注意个人安全,违者自行承担相应责任及后果:
一、严禁未成年人进入本场所
一、严禁未成年人进入本场所
二、严禁黄、赌、毒
二、严禁黄、赌、毒
...
@@ -1566,7 +1566,7 @@
...
@@ -1566,7 +1566,7 @@
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
width
:
92
%
;
width
:
86
%
;
margin
:
0
auto
;
margin
:
0
auto
;
border-radius
:
20
upx
;
border-radius
:
20
upx
;
box-shadow
:
0
8
upx
20
upx
rgba
(
185
,
75
,
112
,
0.7
);
box-shadow
:
0
8
upx
20
upx
rgba
(
185
,
75
,
112
,
0.7
);
...
@@ -1578,7 +1578,8 @@
...
@@ -1578,7 +1578,8 @@
border-bottom
:
1px
solid
rgba
(
185
,
75
,
112
,
0.7
);
border-bottom
:
1px
solid
rgba
(
185
,
75
,
112
,
0.7
);
}
}
.content
{
.content
{
padding
:
20
upx
30
upx
;
padding
:
36
upx
30
upx
20
upx
;
text-indent
:
20px
;
}
}
.btn-box
{
.btn-box
{
width
:
90%
;
width
:
90%
;
...
...
pages/orderResult/orderResult.vue
View file @
09c2e590
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
</view>
</view>
<view
class=
"flex-between btn-box"
>
<view
class=
"flex-between btn-box"
>
<view
v-if=
"orderInfo.status
<
=
1
"
class=
"part"
>
<view
v-if=
"orderInfo.status
<
=
1
"
class=
"part"
>
<button
class=
"cu-btn block round bg-pink lg"
:class=
"openDoorStatus?'bg-gray':'bg-pink'"
@
tap=
"on
OpenDoor
"
>
进店开门
</button>
<button
class=
"cu-btn block round bg-pink lg"
:class=
"openDoorStatus?'bg-gray':'bg-pink'"
@
tap=
"on
CheckOrderStatus
"
>
进店开门
</button>
</view>
</view>
<view
class=
"part"
>
<view
class=
"part"
>
<button
class=
"cu-btn block round line-pink lg"
open-type=
"share"
>
分享好友
</button>
<button
class=
"cu-btn block round line-pink lg"
open-type=
"share"
>
分享好友
</button>
...
@@ -131,6 +131,10 @@
...
@@ -131,6 +131,10 @@
<uni-popup-dialog
mode=
"base"
content=
"请确认是否退单"
:duration=
"2000"
:before-close=
"true"
@
close=
"close"
@
confirm=
"confirm"
></uni-popup-dialog>
<uni-popup-dialog
mode=
"base"
content=
"请确认是否退单"
:duration=
"2000"
:before-close=
"true"
@
close=
"close"
@
confirm=
"confirm"
></uni-popup-dialog>
</uni-popup>
</uni-popup>
<uni-popup
ref=
"popupDialog"
type=
"dialog"
>
<uni-popup-dialog
type=
"warn"
mode=
"base"
title=
"提示"
content=
"订单暂未开始,请确认是否立即开始此订单?"
:duration=
"2000"
:before-close=
"true"
@
close=
"onCancleTip"
@
confirm=
"onOpenDoor"
></uni-popup-dialog>
</uni-popup>
<LoginPop
ref=
"loginPop"
@
success=
'onNavToOrder'
/>
<LoginPop
ref=
"loginPop"
@
success=
'onNavToOrder'
/>
</view>
</view>
...
@@ -287,7 +291,15 @@
...
@@ -287,7 +291,15 @@
menus
:
[
'shareAppMessage'
,
'shareTimeline'
]
menus
:
[
'shareAppMessage'
,
'shareTimeline'
]
})
})
},
},
onCheckOrderStatus
(){
if
(
this
.
orderInfo
.
status
===
0
){
this
.
$refs
.
popupDialog
.
open
();
}
else
{
this
.
onOpenDoor
();
}
},
onOpenDoor
(){
onOpenDoor
(){
this
.
$refs
.
popupDialog
.
close
();
if
(
this
.
orderInfo
.
status
<=
1
){
if
(
this
.
orderInfo
.
status
<=
1
){
if
(
this
.
openDoorStatus
){
if
(
this
.
openDoorStatus
){
uni
.
showToast
({
uni
.
showToast
({
...
@@ -493,6 +505,9 @@
...
@@ -493,6 +505,9 @@
}
}
})
})
},
},
onCancleTip
(){
this
.
$refs
.
popupDialog
.
close
();
},
onMessagePush
(){
onMessagePush
(){
}
}
...
...
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