Commit 1eb566604f476b7af2753e7b3711c716d7312e10
1 parent
a16c22b4
初始条件
Showing
1 changed file
with
7 additions
and
2 deletions
pages/index/index/index.js
| @@ -142,9 +142,14 @@ Page({ | @@ -142,9 +142,14 @@ Page({ | ||
| 142 | if(ob.isbuy && !ob.isout){ | 142 | if(ob.isbuy && !ob.isout){ |
| 143 | th.onload_init(); | 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 |