Commit d2eee33c05762a412a9d51417e32f2b3666ec88a

Authored by WXD-SEASON\season
2 parents 1146a7ee 1af1a5c1

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

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 {
... ...