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
f8eecbdb
Commit
f8eecbdb
authored
May 09, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
68f9bf13
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
18 deletions
+1
-18
order.vue
pages/order/order.vue
+1
-18
No files found.
pages/order/order.vue
View file @
f8eecbdb
...
...
@@ -336,10 +336,6 @@
</uni-popup>
<LoginPop
ref=
"loginPop"
@
success=
'onLoading'
/>
<uni-popup
ref=
"popupConfirm"
type=
"dialog"
>
<uni-popup-dialog
type=
"warn"
mode=
"base"
:content=
"content"
:duration=
"2000"
:before-close=
"true"
@
close=
"close"
@
confirm=
"confirm"
></uni-popup-dialog>
</uni-popup>
<uni-popup
ref=
"popupMessage"
type=
"dialog"
>
<uni-popup-dialog
type=
"warn"
mode=
"base"
title=
"提示"
:showClose=
"false"
content=
"当前条件下无可预约的时段,请手动选择合适的空闲时段"
:duration=
"2000"
:before-close=
"true"
@
close=
"onCancleTip"
@
confirm=
"onCancleTip"
></uni-popup-dialog>
...
...
@@ -1299,20 +1295,7 @@
this
.
orderWeekDes
=
moment
(
this
.
formatAllData
.
formatAllData
).
days
();
this
.
$refs
.
confirmPop
.
open
();
},
close
()
{
this
.
$refs
.
popupConfirm
.
close
()
},
confirm
()
{
this
.
close
()
// if (!this.useDateStatus) {
// uni.showToast({
// icon: "none",
// title: "所选时段已被其他订单占用"
// })
// return
// }
this
.
$refs
.
confirmPop
.
open
();
},
onOrder
()
{
wx
.
requestSubscribeMessage
({
tmplIds
:
[
...
...
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