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