Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
htoooth
2018-07-02 16:11:13 +0800
Commit
0b655efd6da97b20575fd70f0e35eaa4bfeca971
2 parents
a842fbdb
3e3a3548
Merge branch 'develop' of
http://git.yoho.cn/fe/yoho-limited-sell-miniapp
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/pages/queue/index.js
app/pages/queue/myList.js
app/pages/queue/index.js
View file @
0b655ef
...
...
@@ -569,7 +569,7 @@ Page(Object.assign({
formId
:
e
.
detail
.
formId
,
uid
:
app
.
getUid
()
||
0
,
openId
:
app
.
getUnionID
()
||
app
.
getOpenID
()
||
''
,
miniapp
T
ype
:
app
.
getMiniappType
()
miniapp
_t
ype
:
app
.
getMiniappType
()
});
},
...
...
app/pages/queue/myList.js
View file @
0b655ef
...
...
@@ -208,7 +208,7 @@ Page(Object.assign({
formId
:
e
.
detail
.
formId
,
uid
:
app
.
getUid
()
||
0
,
openId
:
app
.
getUnionID
()
||
app
.
getOpenID
()
||
''
,
miniapp
T
ype
:
app
.
getMiniappType
()
miniapp
_t
ype
:
app
.
getMiniappType
()
});
},
...
...
Please
register
or
login
to post a comment