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
7c645f8d
Commit
7c645f8d
authored
Mar 31, 2025
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页面价格修改
parent
0e3ed4bf
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
7 deletions
+10
-7
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+4
-4
index.vue
pages/indexs/index/index.vue
+1
-1
paySuccess.vue
pages/payment/paySuccess/paySuccess.vue
+1
-1
scenicSingleOrder.vue
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
+4
-1
No files found.
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
7c645f8d
...
...
@@ -549,7 +549,7 @@ export default {
}).
exec
()
// #endif
}
let
windowHeight
=
uni
.
getWindowInfo
().
screenHeight
||
1
3
00
let
windowHeight
=
uni
.
getWindowInfo
().
screenHeight
||
1
1
00
//60为底部高度
this
.
scrollHeight
=
windowHeight
-
60
-
this
.
topHeight
})
...
...
@@ -675,7 +675,7 @@ export default {
// #endif
}
},
10
)
},
5
)
},
//---右边滚动事件
scrollRight
(
e
)
{
...
...
@@ -695,7 +695,7 @@ export default {
}
}
})
},
10
)
},
5
)
},
//---回到顶部
...
...
@@ -757,7 +757,6 @@ export default {
value
.
forEach
(
item
=>
{
arr
.
push
(
JSON
.
parse
(
item
))
})
console
.
log
(
arr
)
this
.
chooseProduct
=
arr
//判断是否选中产品,选中产品的背景颜色需要变化
this
.
scenicList
.
forEach
(
item
=>
{
...
...
@@ -1220,6 +1219,7 @@ export default {
top
:
0
;
width
:
100%
;
opacity
:
0
;
z-index
:
10
;
}
.tabbar-title
{
position
:
absolute
;
...
...
pages/indexs/index/index.vue
View file @
7c645f8d
...
...
@@ -140,7 +140,7 @@ export default {
merchantName
:
'长江索道'
,
pageUrl
:
this
.
suodaoUrl
,
imgUrl
:
'http://lx.pangdly.com/img/sodao.1cdf287.jpg'
,
price
:
2
0
price
:
3
0
},
{
merchantName
:
'云端之眼'
,
...
...
pages/payment/paySuccess/paySuccess.vue
View file @
7c645f8d
...
...
@@ -32,7 +32,7 @@ export default {
}
this
.
ticketStatus
()
intFun
()
},
3
000
)
},
5
000
)
}
intFun
()
},
...
...
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
View file @
7c645f8d
...
...
@@ -474,6 +474,7 @@ export default {
timer
:
null
,
//时间函数
sortStatus
:
true
,
//排号状态
orderId
:
''
,
//订单Id
productCompanyId
:
''
,
//产品公司Id
}
},
onUnload
()
{
...
...
@@ -557,6 +558,7 @@ export default {
this
.
$request
(
'scenic/groupGood/loadProduct'
,
data
).
then
(
res
=>
{
if
(
res
.
code
==
'00'
)
{
this
.
productIfo
=
res
.
data
this
.
productCompanyId
=
this
.
productIfo
.
merchantVo
.
productCompanyId
this
.
defaultAreaCode
=
this
.
productIfo
.
defaultAreaCode
||
''
this
.
merchantCode
=
this
.
productIfo
.
merchantVo
.
code
,
//商户code
this
.
productId
=
res
.
data
.
id
//产品id变化,重新赋值产品id
...
...
@@ -586,7 +588,8 @@ export default {
//---获取产品价格库存列表
getPriceList
()
{
let
data
=
{
productId
:
this
.
productId
//产品id
productId
:
this
.
productId
,
//产品id
companyId
:
this
.
productCompanyId
}
this
.
$request
(
'scenic/user/product/priceStockList'
,
data
).
then
(
res
=>
{
if
(
res
.
code
==
'00'
)
{
...
...
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