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
36354329
Commit
36354329
authored
Sep 14, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
参数增加
parent
d1273bee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
numberIndex.vue
pages/my/takeNumber/numberIndex/numberIndex.vue
+7
-2
No files found.
pages/my/takeNumber/numberIndex/numberIndex.vue
View file @
36354329
...
...
@@ -36,8 +36,12 @@ export default {
search
:
''
,
//输入框的值
noNumberList
:[],
//未排号站点列表
orderId
:
''
,
//订单Id
merchantCode
:
''
//商户码
}
},
onLoad
(
option
)
{
this
.
merchantId
=
this
.
$commonjs
.
getKey
(
option
,
'merchantCode'
)
},
methods
:
{
//---查询订单
query
(){
...
...
@@ -49,8 +53,9 @@ export default {
return
}
let
data
=
{
search
:
this
.
search
,
userId
:
uni
.
getStorageSync
(
'openid'
)
||
''
search
:
this
.
search
,
//输入框的值
userId
:
uni
.
getStorageSync
(
'openid'
)
||
''
,
merchantCode
:
this
.
merchantCode
}
uni
.
showLoading
({
title
:
'加载中'
...
...
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