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
76f3ad55
Commit
76f3ad55
authored
Jun 17, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
子组件需要再pageJson中注册 才能更改第三方插件的属性
parent
054eb934
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
+10
-9
pages.json
pages.json
+7
-1
albumComponets.vue
pages/album/albumComponets/albumComponets.vue
+2
-7
myPhotoAlbum.vue
pages/album/myPhotoAlbum/myPhotoAlbum.vue
+1
-1
No files found.
pages.json
View file @
76f3ad55
...
...
@@ -467,7 +467,13 @@
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"albumComponets/albumComponets"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
},
{
"path"
:
"albumOrderdetail/albumOrderdetail"
,
...
...
pages/album/albumComponets/
compometsBuy
.vue
→
pages/album/albumComponets/
albumComponets
.vue
View file @
76f3ad55
...
...
@@ -63,9 +63,6 @@ export default {
methods
:{
},
options
:
{
styleIsolation
:
'shared'
,
// 解除样式隔离
}
}
</
script
>
...
...
@@ -223,11 +220,9 @@ export default {
.compomets-commonBox
:nth-last-child
(
1
)
{
border-bottom
:
none
;
}
/
deep
/
.u-number-box__minus
,
/
deep
/
.u-number-box__plus
{
/
deep
/
.u-number-box__minus
{
width
:
40rpx
;
height
:
40rpx
!
important
;
background-color
:
#F7F7F7
;
height
:
40rpx
;
}
}
</
style
>
\ No newline at end of file
pages/album/myPhotoAlbum/myPhotoAlbum.vue
View file @
76f3ad55
...
...
@@ -119,7 +119,7 @@
</template>
<
script
>
import
compometsBuy
from
'./../albumComponets/
compometsBuy
.vue'
import
compometsBuy
from
'./../albumComponets/
albumComponets
.vue'
export
default
{
components
:
{
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