...
|
...
|
@@ -178,6 +178,7 @@ export default class wheelSurf extends PureComponent { |
|
|
if (result.code !== 200) {
|
|
|
result = {
|
|
|
data: {
|
|
|
type: 1,
|
|
|
prize_idx: this.state.epPrize.prize_idx,
|
|
|
desc: 'oops!'
|
|
|
}
|
...
|
...
|
@@ -186,6 +187,7 @@ export default class wheelSurf extends PureComponent { |
|
|
} catch (e) {
|
|
|
result = {
|
|
|
data: {
|
|
|
type: 1,
|
|
|
prize_idx: this.state.epPrize.prize_idx,
|
|
|
desc: 'oops!'
|
|
|
}
|
...
|
...
|
|