Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panyongping
uni-pdtravel
Commits
54264336
Commit
54264336
authored
Aug 16, 2023
by
renjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进入首页存companyId
parent
5eac190c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
albumIndex.vue
pages/album/albumIndex.vue
+4
-1
No files found.
pages/album/albumIndex.vue
View file @
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'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment