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 {
})
}else if(res.data.isScanFace === 1) {//已扫脸
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{
......@@ -245,6 +247,7 @@ export default {
}
},
onLoad(options) {
this.$commonjs.getCompanyId(options)
this.recordDeviceInfo()
this.options = options
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