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
48a14b97
Commit
48a14b97
authored
Jan 15, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
64c68248
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
scenicCombiOrder.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
+2
-2
scenicSingleOrder.vue
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
+2
-2
No files found.
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
View file @
48a14b97
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</view>
</view>
</view>
</view>
<!--需要排队并且为一个站点-->
<!--需要排队并且为一个站点-->
<!--
<view
class=
"list-place"
v-if=
"item.isFetch == 1 && item.productAreaList.length == 1 &&item.areaUp"
@
click=
"getSortInfo
r
()"
>
<!--
<view
class=
"list-place"
v-if=
"item.isFetch == 1 && item.productAreaList.length == 1 &&item.areaUp"
@
click=
"getSortInfo()"
>
<view>
获取排队信息
</view>
<view>
获取排队信息
</view>
<view>
<view>
...
@@ -654,7 +654,7 @@ export default {
...
@@ -654,7 +654,7 @@ export default {
this
.
sellTotal
=
parseFloat
((
sell
+
this
.
productDepositTotal
-
savedMoney
).
toFixed
(
2
))
||
0
this
.
sellTotal
=
parseFloat
((
sell
+
this
.
productDepositTotal
-
savedMoney
).
toFixed
(
2
))
||
0
},
},
//---获取排号信息---暂时未使用
//---获取排号信息---暂时未使用
getSortInfo
r
(
merchantCode
)
{
getSortInfo
(
merchantCode
)
{
let
data
=
{
let
data
=
{
merchantCode
//商户code
merchantCode
//商户code
}
}
...
...
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
View file @
48a14b97
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
</view>
</view>
</view>
</view>
<!--需要排队并且为一个站点-->
<!--需要排队并且为一个站点-->
<!--
<view
class=
"middle-place"
v-if=
"productIfo.isFetch == 1 && productIfo.productAreaList.length == 1 && areaUp"
@
click=
"getSortInfo
r
()"
>
<!--
<view
class=
"middle-place"
v-if=
"productIfo.isFetch == 1 && productIfo.productAreaList.length == 1 && areaUp"
@
click=
"getSortInfo()"
>
<view>
获取排队信息
</view>
<view>
获取排队信息
</view>
<view>
<view>
...
@@ -715,7 +715,7 @@ export default {
...
@@ -715,7 +715,7 @@ export default {
})
})
},
},
//---获取排号信息
//---获取排号信息
getSortInfo
r
()
{
getSortInfo
()
{
let
data
=
{
let
data
=
{
areaCode
:
this
.
areaObj
.
areaCode
,
areaCode
:
this
.
areaObj
.
areaCode
,
merchantCode
:
this
.
merchantCode
//商户code
merchantCode
:
this
.
merchantCode
//商户code
...
...
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