|
|
@@ -28,10 +28,12 @@ Page({ |
|
|
|
that.setData({ |
|
|
|
scene: 0 |
|
|
|
}) |
|
|
|
app.globalData.scene = 0; |
|
|
|
} else { |
|
|
|
that.setData({ |
|
|
|
scene: decodeURIComponent(options.scene) |
|
|
|
}); |
|
|
|
app.globalData.scene = decodeURIComponent(options.scene) |
|
|
|
that.setData({ |
|
|
|
newArr: this.data.scene.split(':') |
|
|
|
}) |
|
|
@@ -347,6 +349,7 @@ Page({ |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|
|
|
|
|
getGameOne: function(token, id) { |
|
|
|
let _this = this; |
|
|
|
Http.get({ |
|
|
|