Commit 0cdde61e72fe1d07fbabbdb12573be0f409b5a59

Authored by yvan.ni
1 parent f95606b5

聊天弹出框的优化, 分享弹出框 处理 onshow不处理

//this.data.currentPage = 1;
 //this.data.ismore = 1;
pages/activity/pind_list/pind_list.js
... ... @@ -85,10 +85,10 @@ Page({
85 85 onShow: function (t) {
86 86 getApp().check_can_share();
87 87 this.data.is_timer = 1;
88   - this.data.currentPage = 1;
89   - this.data.ismore = 1;
90   - var th = this;
91 88  
  89 + //this.data.currentPage = 1;
  90 + //this.data.ismore = 1;
  91 + var th = this;
92 92 //设置全局定时器
93 93 th.data.timer = setInterval(function () {
94 94 th.countDown();
... ...