Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-miniapp-eshop
·
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
2018-07-02 11:33:49 +0800
Commit
5af9ffa9dce267f781a8b2474fcea45306df2f09
1 parent
a3abfc2b
app type
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/pages/home/home.js
app/pages/home/home.js
View file @
5af9ffa
...
...
@@ -53,7 +53,7 @@ Page({
},
getInfoNum
:
function
()
{
if
(
app
.
getUid
())
{
homeModel
.
infoNum
()
homeModel
.
infoNum
(
{
app_type
:
app
.
getAppType
()}
)
.
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
data
.
infoNum
=
res
.
data
;
...
...
Please
register
or
login
to post a comment