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
a01c610c
Commit
a01c610c
authored
Jun 17, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
子组件注册
parent
76f3ad55
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
13 deletions
+21
-13
pages.json
pages.json
+1
-1
compometsBuy.vue
pages/album/albumComponets/compometsBuy/compometsBuy.vue
+19
-3
test.vue
pages/album/albumComponets/test.vue
+0
-8
myPhotoAlbum.vue
pages/album/myPhotoAlbum/myPhotoAlbum.vue
+1
-1
No files found.
pages.json
View file @
a01c610c
...
@@ -469,7 +469,7 @@
...
@@ -469,7 +469,7 @@
}
}
},
},
{
{
"path"
:
"albumComponets/
albumComponets
"
,
"path"
:
"albumComponets/
compometsBuy/compometsBuy
"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
""
,
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
...
...
pages/album/albumComponets/
albumComponets
.vue
→
pages/album/albumComponets/
compometsBuy/compometsBuy
.vue
View file @
a01c610c
...
@@ -45,6 +45,12 @@
...
@@ -45,6 +45,12 @@
<view
class=
"commonBox-name"
>
打印份数
</view>
<view
class=
"commonBox-name"
>
打印份数
</view>
<u-number-box
v-model=
"printNum"
></u-number-box>
<u-number-box
v-model=
"printNum"
></u-number-box>
</view>
</view>
<view
class=
"compomets-commonBox"
>
<view
class=
"commonBox-name"
>
取件方式
</view>
<view
class=
"commonBox-pickUp"
>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -220,9 +226,19 @@ export default {
...
@@ -220,9 +226,19 @@ export default {
.compomets-commonBox
:nth-last-child
(
1
)
{
.compomets-commonBox
:nth-last-child
(
1
)
{
border-bottom
:
none
;
border-bottom
:
none
;
}
}
/
deep
/
.u-number-box__minus
{
/
deep
/
.u-number-box
{
width
:
40rpx
;
margin-right
:
38rpx
;
height
:
40rpx
;
}
}
/
deep
/
.u-number-box__minus
,
/
deep
/
.u-number-box__plus
{
width
:
40rpx
!
important
;
height
:
40rpx
!
important
;
background-color
:
#F7F7F7
;
}
/
deep
/
.u-number-box__input
{
width
:
56rpx
!
important
;
background-color
:
#fff
!
important
;
}
}
}
</
style
>
</
style
>
\ No newline at end of file
pages/album/albumComponets/test.vue
deleted
100644 → 0
View file @
76f3ad55
<
template
>
</
template
>
<
script
>
</
script
>
<
style
>
</
style
>
\ No newline at end of file
pages/album/myPhotoAlbum/myPhotoAlbum.vue
View file @
a01c610c
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
</template>
</template>
<
script
>
<
script
>
import
compometsBuy
from
'./../albumComponets/
albumComponets
.vue'
import
compometsBuy
from
'./../albumComponets/
compometsBuy/compometsBuy
.vue'
export
default
{
export
default
{
components
:
{
components
:
{
compometsBuy
,
compometsBuy
,
...
...
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