Commit 68fb5fb5 authored by 罗超's avatar 罗超

修改

parent b6a456ea
...@@ -459,7 +459,7 @@ export default { ...@@ -459,7 +459,7 @@ export default {
this.topHeight = this.getTopSafeArea(systemInfo) this.topHeight = this.getTopSafeArea(systemInfo)
this.screenHeight = systemInfo.screenHeight this.screenHeight = systemInfo.screenHeight
if (options.scene) { if (options.scene) {
let t = decodeURIComponent(option.scene).split('&') let t = decodeURIComponent(options.scene).split('&')
t.forEach(x => { t.forEach(x => {
let item = x.split('=') let item = x.split('=')
if (item.length === 2) { if (item.length === 2) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment