Showing
1 changed file
with
2 additions
and
0 deletions
@@ -178,6 +178,7 @@ export default class wheelSurf extends PureComponent { | @@ -178,6 +178,7 @@ export default class wheelSurf extends PureComponent { | ||
178 | if (result.code !== 200) { | 178 | if (result.code !== 200) { |
179 | result = { | 179 | result = { |
180 | data: { | 180 | data: { |
181 | + type: 1, | ||
181 | prize_idx: this.state.epPrize.prize_idx, | 182 | prize_idx: this.state.epPrize.prize_idx, |
182 | desc: 'oops!' | 183 | desc: 'oops!' |
183 | } | 184 | } |
@@ -186,6 +187,7 @@ export default class wheelSurf extends PureComponent { | @@ -186,6 +187,7 @@ export default class wheelSurf extends PureComponent { | ||
186 | } catch (e) { | 187 | } catch (e) { |
187 | result = { | 188 | result = { |
188 | data: { | 189 | data: { |
190 | + type: 1, | ||
189 | prize_idx: this.state.epPrize.prize_idx, | 191 | prize_idx: this.state.epPrize.prize_idx, |
190 | desc: 'oops!' | 192 | desc: 'oops!' |
191 | } | 193 | } |
-
Please register or login to post a comment