Commit f1acb8dbc129d753919f9a73bd43db4166a9c361
1 parent
a73bb16d
增加 timetype:1进行中
Showing
1 changed file
with
2 additions
and
0 deletions
packageB/pages/luckactivity/index/index.js
@@ -35,6 +35,7 @@ Page({ | @@ -35,6 +35,7 @@ Page({ | ||
35 | 35 | ||
36 | if(index == 0) { | 36 | if(index == 0) { |
37 | data.is_end = 0; | 37 | data.is_end = 0; |
38 | + data.timetype = 1; | ||
38 | } else if(index == 1) { | 39 | } else if(index == 1) { |
39 | data.is_end = 1; | 40 | data.is_end = 1; |
40 | }; | 41 | }; |
@@ -82,6 +83,7 @@ Page({ | @@ -82,6 +83,7 @@ Page({ | ||
82 | store_id: app.globalData.setting.stoid, | 83 | store_id: app.globalData.setting.stoid, |
83 | user_id: app.globalData.userInfo.user_id, | 84 | user_id: app.globalData.userInfo.user_id, |
84 | is_end: 0, | 85 | is_end: 0, |
86 | + timetype:1 | ||
85 | }; | 87 | }; |
86 | 88 | ||
87 | this.setData({ | 89 | this.setData({ |