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
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
7 years ago
Commit
c15327dfc0d77208a4475ca78d83c54dda1aa8f6
1 parent
c6646fa0
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
app/models/product/detail.js
app/models/product/detail.js
View file @
c15327d
...
...
@@ -61,12 +61,12 @@ export default {
});
},
addQueue
(
u
i
d
,
activityId
,
unionId
)
{
addQueue
(
u
serI
d
,
activityId
,
unionId
)
{
return
api
.
post
({
url
:
''
,
data
:
{
method
:
'app.drawline.addQueue'
,
uid
,
method
:
'app.drawline.addQueueForHelp'
,
userId
,
activityId
,
openId
:
unionId
}
...
...
@@ -95,12 +95,12 @@ export default {
* @param {*} uid
* @param {*} limitProductCode
*/
getLimitCode
(
u
i
d
,
limitProductCode
)
{
getLimitCode
(
u
serI
d
,
limitProductCode
)
{
return
api
.
post
({
url
:
''
,
data
:
{
method
:
'app.limitcode.add'
,
uid
,
method
:
'app.limitcode.addForHelp'
,
userId
,
limitProductCode
}
});
...
...
Please
register
or
login
to post a comment