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
Plain Diff
Browse Files
Authored by
邱骏
2018-07-11 16:23:19 +0800
Commit
d9109117de6b1bad0b5a363516b437afe45ee9b3
2 parents
27ed726e
b2e7af14
Merge branch 'develop' of
http://git.yoho.cn/fe/yoho-limited-sell-miniapp
into develop
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 @
d910911
...
...
@@ -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