|
|
@ -47,7 +47,7 @@ Scene({ |
|
|
this.setData({ height: app.globalData.fragmentHeight, safeBottom: app.globalData.safeBottom }) |
|
|
this.setData({ height: app.globalData.fragmentHeight, safeBottom: app.globalData.safeBottom }) |
|
|
util.showToast(err) |
|
|
util.showToast(err) |
|
|
}) |
|
|
}) |
|
|
} else if(options.channel){ |
|
|
|
|
|
|
|
|
} else if(Number(options.channel) == 1){ |
|
|
let channel = this.getOpenerEventChannel() |
|
|
let channel = this.getOpenerEventChannel() |
|
|
let that = this |
|
|
let that = this |
|
|
channel.on('onParam', function (data) { |
|
|
channel.on('onParam', function (data) { |
|
|
|