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
2714f573
Commit
2714f573
authored
Jun 14, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
子组件
parent
895f31e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
2 deletions
+54
-2
compometsBuy.vue
pages/album/albumComponets/compometsBuy.vue
+48
-0
myPhotoAlbum.vue
pages/album/myPhotoAlbum/myPhotoAlbum.vue
+6
-2
No files found.
pages/album/albumComponets/compometsBuy.vue
0 → 100644
View file @
2714f573
<
template
>
<view
class=
"compomets-mask"
>
<view
class=
"compomets-frame"
>
<view
class=
"compomets-title"
>
<view
class=
"title-close"
>
<uni-icons
type=
"closeempty"
size=
"28"
></uni-icons>
</view>
<view
style=
"height: 200rpx;"
></view>
</view>
</view>
</view>
</
template
>
<
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
.compomets-mask
{
position
:
fixed
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
z-index
:
40
;
background-color
:
rgba
(
0
,
0
,
0
,.
3
);
}
.compomets-frame
{
width
:
100%
;
max-height
:
80vh
;
background
:
#F7F8FA
;
border-radius
:
16rpx
16rpx
0rpx
0rpx
;
overflow
:
auto
;
position
:
fixed
;
left
:
0
;
bottom
:
0
;
}
.compomets-title
{
background-color
:
#fff
;
border-radius
:
16rpx
16rpx
0rpx
0rpx
;
padding
:
64rpx
44rpx
40rpx
40rpx
;
position
:
relative
;
.title-close
{
position
:
absolute
;
top
:
18rpx
;
right
:
18rpx
;
}
}
</
style
>
\ No newline at end of file
pages/album/myPhotoAlbum/myPhotoAlbum.vue
View file @
2714f573
...
@@ -112,14 +112,17 @@
...
@@ -112,14 +112,17 @@
</view>
</view>
</view>
</view>
</view>
</view>
<!--购买-->
<compometsBuy></compometsBuy>
</view>
</view>
</template>
</template>
<
script
>
<
script
>
import
compometsBuy
from
'./../albumComponets/compometsBuy.vue'
export
default
{
export
default
{
components
:
{
components
:
{
compometsBuy
,
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -694,4 +697,5 @@ export default {
...
@@ -694,4 +697,5 @@ export default {
right
:
32rpx
;
right
:
32rpx
;
bottom
:
58rpx
;
bottom
:
58rpx
;
}
}
</
style
>
</
style
>
\ No newline at end of file
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