Commit 1af1a5c17eee7900e1b017176a431544d3c24cbc

Authored by yvan.ni
1 parent 9056af79

购买的优化一下

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