Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
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
htoooth
2018-07-11 14:03:16 +0800
Commit
cf53ecd80c8cf3281c3b2ab5ea75f79cb6e38b90
1 parent
687fb2c1
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
app/pages/product/detail/detail.js
app/pages/product/detail/detail.js
View file @
cf53ecd
...
...
@@ -610,11 +610,14 @@ Page(Object.assign({
});
},
init
()
{
wx
.
showLoading
();
return
Promise
.
all
([
this
.
productInfo
(),
this
.
getUid
()
]).
then
(()
=>
{
return
this
.
getAssistInfo
();
}).
then
(()
=>
{
wx
.
hideLoading
();
});
},
_getUid
()
{
...
...
Please
register
or
login
to post a comment