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
373dd285
Commit
373dd285
authored
Jun 05, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码修改
parent
5df2c6e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
pages.json
pages.json
+8
-8
myPhotoAlbum.vue
pages/album/myPhotoAlbum/myPhotoAlbum.vue
+4
-2
No files found.
pages.json
View file @
373dd285
...
@@ -452,14 +452,14 @@
...
@@ -452,14 +452,14 @@
"navigationStyle"
:
"custom"
"navigationStyle"
:
"custom"
}
}
},
},
//
{
{
//
"path"
:
"getPortrait"
,
"path"
:
"getPortrait"
,
//
"style"
:
{
"style"
:
{
//
"navigationBarTitleText"
:
""
,
"navigationBarTitleText"
:
""
,
//
"enablePullDownRefresh"
:
false
,
"enablePullDownRefresh"
:
false
,
//
"navigationStyle"
:
"custom"
"navigationStyle"
:
"custom"
//
}
}
//
},
},
{
{
"path"
:
"myPhotoAlbum/myPhotoAlbum"
,
"path"
:
"myPhotoAlbum/myPhotoAlbum"
,
"style"
:
{
"style"
:
{
...
...
pages/album/myPhotoAlbum/myPhotoAlbum.vue
View file @
373dd285
...
@@ -113,16 +113,18 @@ export default {
...
@@ -113,16 +113,18 @@ export default {
this
.
showAddress
=
e
.
value
[
0
].
label
this
.
showAddress
=
e
.
value
[
0
].
label
this
.
show
=
false
this
.
show
=
false
},
},
stopPhoto
(
index
){
//
单选
stopPhoto
(
index
){
//
相片选择
this
.
checkTypeFun
=
false
this
.
checkTypeFun
=
false
if
(
this
.
pictureFrameList
[
index
].
checkType
==
false
){
if
(
this
.
pictureFrameList
[
index
].
checkType
==
false
){
this
.
pictureFrameList
[
index
].
checkType
=
true
this
.
pictureFrameList
[
index
].
checkType
=
true
}
else
{
}
else
{
this
.
pictureFrameList
[
index
].
checkType
=
false
this
.
pictureFrameList
[
index
].
checkType
=
false
}
}
this
.
checkTypeFun
=
true
this
.
checkTypeFun
=
true
},
},
blowUpFun
(){
//相片放大
},
}
}
}
}
</
script
>
</
script
>
...
...
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