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
4f2b30e8f3e15dfaa0bba8488fbfc0c38f9e79e2
1 parent
c75e7f25
app empty
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
public/js/3party/question-detail.page.js
public/js/3party/question-detail.page.js
View file @
4f2b30e
...
...
@@ -211,5 +211,9 @@ if (question.$base.length) {
$
(
'.nav-back'
).
removeAttr
(
'href'
).
click
(
function
()
{
tipDialog
.
show
();
});
}
else
if
(
yoho
.
isApp
)
{
$
(
'.qs-err a'
).
removeAttr
(
'href'
).
click
(
function
()
{
yoho
.
invokeMethod
(
'go.back'
);
});
}
...
...
Please
register
or
login
to post a comment