Commit 9f40f4416498c7f2c3b239d0e7fc812330ce60e8

Authored by season
2 parents 8631df1e d2eee33c

Merge branch 'test' of http://git.vipzhuang.cn/wxd/MShopWeApp into qa

Showing 1 changed file with 6 additions and 1 deletions
pages/user/plus/plus.js
... ... @@ -285,7 +285,12 @@ Page({
285 285 dataset:{ind:i}
286 286 }
287 287 }
288   - th.Opening(e)
  288 +
  289 + setTimeout(function (){
  290 + th.Opening(e)
  291 + },1000)
  292 +
  293 +
289 294 }
290 295 }
291 296 } else {
... ...