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
ccc5c0a5711a2b59fc2c684d246f4c0b2cc277f3
1 parent
8d02bd5d
app page type
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
public/js/3party/question-detail.page.js
public/scss/3party/question-detail.page.css
public/js/3party/question-detail.page.js
View file @
ccc5c0a
...
...
@@ -15,6 +15,7 @@ let question = {
let
data
=
this
.
$base
.
data
();
yoho
.
ready
(
function
()
{
yoho
.
invokeMethod
(
'get.pageType'
,
'questionnaire'
);
yoho
.
invokeMethod
(
'set.shareInfo'
,
{
title
:
data
.
title
,
link
:
'http://m.yohobuy.com/3party/questionnaire/'
+
data
.
id
,
...
...
@@ -173,7 +174,7 @@ let question = {
}
else
{
window
.
history
.
go
(
-
1
);
}
},
3
000
);
},
2
000
);
}
else
{
tipDg
.
show
(
data
.
message
||
'网络出了点问题~'
);
}
...
...
public/scss/3party/question-detail.page.css
View file @
ccc5c0a
...
...
@@ -57,7 +57,7 @@ body {
height
:
40px
;
margin-left
:
34px
;
border
:
0
;
border
-bottom
:
1px
solid
$
borderColor
;
border
:
1px
solid
$
borderColor
;
}
&
.on
{
...
...
Please
register
or
login
to post a comment