Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
cd96ca24
Commit
cd96ca24
authored
Dec 07, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组合下单开发
parent
2d5c647d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
scenicCombiOrder.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
+10
-5
No files found.
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
View file @
cd96ca24
...
...
@@ -261,7 +261,7 @@
</view>
</view>
</view>
<calendar
ref=
"calendar"
@
dateConfig=
"dateConfig"
:dateList=
"dateList"
v-
if
=
"dateList.length > 0"
></calendar>
<calendar
ref=
"calendar"
@
dateConfig=
"dateConfig"
:dateList=
"dateList"
v-
show
=
"dateList.length > 0"
></calendar>
<buyKnow
ref=
"buyKnow"
:buyKnowData=
"buyKnowData"
></buyKnow>
<detail
ref=
"detail"
...
...
@@ -281,7 +281,7 @@
:sortArr=
"sortArr"
:defaultAreaCode=
"defaultAreaCode"
></chooseArea>
<times
ref=
"times"
:chooseTimeList=
"
t
imeList"
@
timeConfig=
"timeConfig"
:chooseTimeData=
"chooseTimeData"
:timeActive=
"timeActive"
></times>
<times
ref=
"times"
:chooseTimeList=
"
chooseT
imeList"
@
timeConfig=
"timeConfig"
:chooseTimeData=
"chooseTimeData"
:timeActive=
"timeActive"
></times>
<editContacts
ref=
"editContacts"
:editContact=
"editContact"
:contactTotal=
"contactTotal"
></editContacts>
<contactList
ref=
"contactList"
...
...
@@ -514,7 +514,8 @@ export default {
uni
.
$u
.
throttle
(
this
.
getTimeStock
(
item
),
3000
)
}
// this.initCoupon(Item.id,Item.buyNum,Item.sellingPrice,Item.merchantId,Index)
// this.$forceUpdate()
//解决点击日期无反应的情况
this
.
$forceUpdate
()
},
//---日历确认事件---还未改完
dateConfig
(
data
)
{
...
...
@@ -605,7 +606,8 @@ export default {
})
chooseList
.
splice
(
index
,
1
)
//删除数组
}
this
.
$forceUpdate
()
//先注释
// this.$forceUpdate()
},
//---订单数量变化
buyNumChange
(
e
)
{
...
...
@@ -790,6 +792,8 @@ export default {
this
.
payBackground
=
'#C0C0C0'
}
})
//解决初始化日期不显示的情况
this
.
$forceUpdate
()
// this.dateList = res.data //日期列表
// if (this.dateList.length > 0) {
...
...
@@ -942,7 +946,8 @@ export default {
item2
.
copyLast
=
'售罄'
}
})
// this.$forceUpdate()
//解决初始化班次不显示的情况
this
.
$forceUpdate
()
}
else
{
uni
.
showToast
({
title
:
res
.
message
,
...
...
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