Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
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
android
uniapp_vedio
Commits
104f9c49
Commit
104f9c49
authored
Aug 26, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
dc732dff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
book-content.vue
vedio/page-subs/sub_A/book-content/book-content.vue
+3
-3
detail-content.vue
...age-subs/sub_A/book-content/components/detail-content.vue
+1
-1
No files found.
vedio/page-subs/sub_A/book-content/book-content.vue
View file @
104f9c49
<
template
>
<
template
>
<
z-paging
:style=
"[bgStyle]"
>
<
scroll-view
scroll-y
:style=
"[bgStyle]"
>
<template>
<template>
<detail-thumb
:detail=
'bookData'
></detail-thumb>
<detail-thumb
:detail=
'bookData'
></detail-thumb>
<detail-content
:detail=
'bookData'
:userInfo=
'userInfo'
@
tapVip=
'tapVipPop'
></detail-content>
<detail-content
:detail=
'bookData'
:userInfo=
'userInfo'
@
tapVip=
'tapVipPop'
></detail-content>
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<vipback-popup
:show=
"showVipbackPop"
:vipBean=
"backvipBean"
@
vipbackclose=
"vipbackClose()"
<vipback-popup
:show=
"showVipbackPop"
:vipBean=
"backvipBean"
@
vipbackclose=
"vipbackClose()"
@
vipbackpaySuccess=
"vipbackpaySuccess"
/>
@
vipbackpaySuccess=
"vipbackpaySuccess"
/>
</
template
>
</
template
>
</
z-paging
>
</
scroll-view
>
</template>
</template>
<
script
>
<
script
>
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
}
}
},
this
)
},
this
)
this
.
refreshBookData
(
this
.
bookId
)
//
this.refreshBookData(this.bookId)
},
},
onShow
()
{
onShow
()
{
refreshUserInfo
();
refreshUserInfo
();
...
...
vedio/page-subs/sub_A/book-content/components/detail-content.vue
View file @
104f9c49
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
:key=
"index"
>
:key=
"index"
>
{{
item
}}
{{
item
}}
</view>
</view>
<view
v-if=
"limitButtonTitle"
class=
"limit-button-box"
@
click=
"tapVip"
>
<view
v-if=
"
preContentSources.length>0&&
limitButtonTitle"
class=
"limit-button-box"
@
click=
"tapVip"
>
{{
limitButtonTitle
}}
{{
limitButtonTitle
}}
</view>
</view>
</
template
>
</
template
>
...
...
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