Commit 129cbbb8bd600a8b2745f656962b102d3bc4b676

Authored by WXD-SEASON\season
1 parent 9af2312c

会员中心去掉无用的

Showing 1 changed file with 1 additions and 3 deletions
pages/user/index/index.js
... ... @@ -525,9 +525,7 @@ Page({
525 525 * 生命周期函数--监听页面隐藏
526 526 */
527 527 onHide: function () {
528   - for (var i = 1; i < 100; i++) {
529   - clearInterval(i);
530   - }
  528 +
531 529 },
532 530 setappdata: function (t) {
533 531 var t = getApp().globalData.wxapp_buy_obj;
... ...