Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
yyq
8 years ago
Commit
74a28b3a195d35702c80dae8c633390f0d20ddaf
1 parent
9047d9e7
set pagetype
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
public/js/3party/question-detail.page.js
public/js/3party/question-detail.page.js
View file @
74a28b3
...
...
@@ -11,11 +11,13 @@ let question = {
this
.
$item
=
$
(
'.qs-item'
,
this
.
$base
);
this
.
startTime
=
Date
.
parse
(
new
Date
())
/
1000
;
if
(
yoho
.
isApp
)
{
if
(
this
.
$base
.
length
&&
yoho
.
isApp
)
{
let
data
=
this
.
$base
.
data
();
yoho
.
ready
(
function
()
{
yoho
.
invokeMethod
(
'get.pageType'
,
'questionnaire'
);
yoho
.
invokeMethod
(
'get.pageType'
,
{
pageType
:
'questionnaire'
});
yoho
.
invokeMethod
(
'set.shareInfo'
,
{
title
:
data
.
title
,
link
:
'http://m.yohobuy.com/3party/questionnaire/'
+
data
.
id
,
...
...
Please
register
or
login
to post a comment