Commit 9173bafc authored by qipeng's avatar qipeng

Merge branch 'develop' of http://git.tbd.yanzuoguang.com/panyongping/uni-pdtravel into develop

parents fe566455 54264336
...@@ -163,7 +163,9 @@ export default { ...@@ -163,7 +163,9 @@ export default {
}) })
}else if(res.data.isScanFace === 1) {//已扫脸 }else if(res.data.isScanFace === 1) {//已扫脸
uni.navigateTo({ uni.navigateTo({
url: `./myPhotoAlbum/myPhotoAlbum?faceIds=${JSON.stringify(res.data.faceIds)}` url: `./myPhotoAlbum/myPhotoAlbum?
companyId=${this.options.companyId}&
faceIds=${JSON.stringify(res.data.faceIds)}`
}) })
} }
}else{ }else{
...@@ -245,6 +247,7 @@ export default { ...@@ -245,6 +247,7 @@ export default {
} }
}, },
onLoad(options) { onLoad(options) {
this.$commonjs.getCompanyId(options)
this.recordDeviceInfo() this.recordDeviceInfo()
this.options = options this.options = options
if(this.options.tip === 'true') { if(this.options.tip === 'true') {
......
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