Commit fdc7caae4267213131cf61af85a4b34b4d0bdf15
1 parent
6405bf36
月包的优化
Showing
1 changed file
with
4 additions
and
3 deletions
packageE/pages/user/monthgiftbag/monthgiftbag.js
| ... | ... | @@ -92,9 +92,10 @@ Page({ |
| 92 | 92 | getApp().goto('/packageE/pages/togoin/togoin'); |
| 93 | 93 | return false; |
| 94 | 94 | } |
| 95 | - this.setData({ | |
| 96 | - wareCard:[] | |
| 97 | - }) | |
| 95 | + this.data.curpage=0; | |
| 96 | + this.searching=0; | |
| 97 | + this.setData({ismore:0,is_get:0,wareCard:[]}); | |
| 98 | + | |
| 98 | 99 | this.init() |
| 99 | 100 | }) |
| 100 | 101 | ... | ... |