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
2017-06-29 10:32:41 +0800
Commit
b3f7611defde5013a1bf86498f5bf9b7ef676c25
1 parent
6ee6432e
lt -> gt
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/3party/controllers/question.js
apps/3party/controllers/question.js
View file @
b3f7611
...
...
@@ -12,7 +12,7 @@ exports.list = (req, res, next) => {
appVersion
=
`
$
{
appVersion
[
0
]}.
$
{
appVersion
[
1
]}.
$
{
appVersion
[
2
]}
`
;
if
(
semver
.
lt
(
appVersion
,
'5.8.1
'
))
{
if
(
semver
.
gt
(
appVersion
,
'5.8.0
'
))
{
canShare
=
true
;
}
}
...
...
Please
register
or
login
to post a comment