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
李奇
2018-07-23 10:45:41 +0800
Commit
5c8b9d3ee99e464256f2c89887a3fdba73e1378a
1 parent
b4386175
fixed: 小程序请求接口版本号修正、否则提示升级版本
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/activity/controllers/have-gain.js
apps/activity/controllers/have-gain.js
View file @
5c8b9d3
...
...
@@ -67,6 +67,9 @@ class HaveGain {
}
];
if
(
req
.
yoho
.
isMiniApp
)
{
uid
.
appVersion
=
_
.
get
(
global
,
'yoho.config.appVersion'
);
}
return
req
.
ctx
(
haveGainModel
).
checkApply
({
uid
}).
then
(
result
=>
{
let
checkUrl
=
result
.
data
&&
result
.
data
.
checkUrl
||
''
;
...
...
Please
register
or
login
to post a comment