@@ -101,7 +101,8 @@
this.layer = options.layer
this.shelfName = options.shelfName
this.customerSn = options.customerSn
- this.fromPage = options.from
+ this.fromPage = options.from||''
+ console.log(options)
// 初始化摄像头
this.init()
},
@@ -88,7 +88,7 @@
console.log(options)
onReady() {