|
|
|
@ -382,8 +382,10 @@ export default {
|
|
|
|
|
let scene = obj.query.scene; |
|
|
|
|
|
|
|
|
|
scene = decodeURIComponent(scene) |
|
|
|
|
this.id = option.id || scene || 0; |
|
|
|
|
this.getDetail(option.id); |
|
|
|
|
console.log('scene',scene) |
|
|
|
|
|
|
|
|
|
this.id = option.id ?? scene ?? 0; |
|
|
|
|
this.getDetail(this.id); |
|
|
|
|
this.getJoinList(); |
|
|
|
|
}, |
|
|
|
|
onReady() { |
|
|
|
|