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
肖亚东
6 years ago
Commit
c5d552beb8fda6254b605344003342ff34de5ba6
1 parent
f30bf6b4
限定修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
app/pages/product/detail/detail.js
app/pages/product/detail/detail.js
View file @
c5d552b
...
...
@@ -736,6 +736,14 @@ Page(Object.assign({
this
.
init
();
},
goQueueList
()
{
if
(
this
.
data
.
isApp
)
{
wx
.
showModal
({
title
:
''
,
content
:
'请打开有货APP参与活动'
,
showCancel
:
false
})
return
;
}
router
.
go
(
'queueIndex'
,
Object
.
assign
({
actId
:
this
.
data
.
activityId
,
isNew
:
this
.
data
.
isNew
,
...
...
Please
register
or
login
to post a comment