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
c9f834af
Commit
c9f834af
authored
Jun 18, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增组件 图片预览
parent
1dec4b4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
1 deletion
+34
-1
pages.json
pages.json
+8
-0
photoPreview.vue
pages/album/albumComponets/photoPreview/photoPreview.vue
+22
-0
myPhotoAlbum.vue
pages/album/myPhotoAlbum/myPhotoAlbum.vue
+4
-1
No files found.
pages.json
View file @
c9f834af
...
@@ -534,6 +534,14 @@
...
@@ -534,6 +534,14 @@
{
{
"navigationBarTitleText"
:
""
"navigationBarTitleText"
:
""
}
}
},
{
"path"
:
"albumComponets/photoPreview/photoPreview"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
}
]
]
}
}
...
...
pages/album/albumComponets/photoPreview/photoPreview.vue
0 → 100644
View file @
c9f834af
<
template
>
<view>
123
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
}
},
methods
:
{
}
}
</
script
>
<
style
>
</
style
>
pages/album/myPhotoAlbum/myPhotoAlbum.vue
View file @
c9f834af
...
@@ -114,15 +114,18 @@
...
@@ -114,15 +114,18 @@
</view>
</view>
<!--购买-->
<!--购买-->
<compometsBuy
style=
"display: none;"
></compometsBuy>
<compometsBuy
style=
"display: none;"
></compometsBuy>
<!--购买预览-->
<photoPreview></photoPreview>
</view>
</view>
</template>
</template>
<
script
>
<
script
>
import
compometsBuy
from
'./../albumComponets/compometsBuy/compometsBuy.vue'
import
compometsBuy
from
'./../albumComponets/compometsBuy/compometsBuy.vue'
import
photoPreview
from
'./../albumComponets/photoPreview/photoPreview.vue'
export
default
{
export
default
{
components
:
{
components
:
{
compometsBuy
,
compometsBuy
,
photoPreview
},
},
data
()
{
data
()
{
return
{
return
{
...
...
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