wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1eb566604f476b7af2753e7b3711c716d7312e10
Authored by
yvan.ni
2021-04-28 09:26:37 +0800
1 parent
a16c22b4
初始条件
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
pages/index/index/index.js
pages/index/index/index.js
View file @
1eb5666
...
...
@@ -142,9 +142,14 @@ Page({
142
142
if(ob.isbuy && !ob.isout){
143
143
th.onload_init();
144
144
}
145
+ }else{
146
+ th.onload_init();
145
147
}
146
- })
147
-
148
+ })
149
+ }
150
+
151
+ else{
152
+ th.onload_init();
148
153
}
149
154
})
150
155
...
...