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
8b958f6e
Commit
8b958f6e
authored
Aug 22, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.2.0小书改版
parent
3f5ee58b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
20 deletions
+3
-20
shelf-list-item.vue
vedio/components/bookshelf/components/shelf-list-item.vue
+0
-1
detail-buy.vue
vedio/page-subs/sub_A/book-content/components/detail-buy.vue
+1
-9
detail-thumb.vue
.../page-subs/sub_A/book-content/components/detail-thumb.vue
+1
-9
utils.js
vedio/utils/utils.js
+1
-1
No files found.
vedio/components/bookshelf/components/shelf-list-item.vue
View file @
8b958f6e
<
template
>
<view
class=
"cover-box"
@
click
.
stop=
"tapItem"
@
longpress
.
stop=
"longClick"
>
<!--
<image
v-show=
"imageError"
class=
"cover"
src=
"/static/images/image_error.png"
mode=
"aspectFill"
></image>
-->
<image
v-if=
"!last"
class=
"cover"
:src=
"item.avatar"
mode=
"aspectFill"
>
</image>
<image
v-else
class=
"cover"
src=
"https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/bg_book_more.png"
...
...
vedio/page-subs/sub_A/book-content/components/detail-buy.vue
View file @
8b958f6e
...
...
@@ -2,9 +2,7 @@
<view
class=
"detail-buy"
>
<view
class=
"book-card"
>
<view
class=
"cover-box"
>
<image
v-show=
"imageError"
class=
"cover"
src=
"/static/images/image_error.png"
mode=
"aspectFill"
></image>
<image
V-show=
"!imageError"
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
@
load=
"loadImage"
@
error=
"errorImage"
></image>
<image
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
></image>
</view>
<view
class=
"info-box"
>
<view
class=
"row"
>
...
...
@@ -161,12 +159,6 @@
this
.
refreshPackData
();
},
methods
:
{
loadImage
()
{
this
.
imageError
=
false
},
errorImage
()
{
this
.
imageError
=
true
},
refreshPackData
()
{
// getPackData((success, data) => {
// if (success) {
...
...
vedio/page-subs/sub_A/book-content/components/detail-thumb.vue
View file @
8b958f6e
...
...
@@ -2,9 +2,7 @@
<view
class=
"detail-thumb"
@
click=
"tapThumb"
>
<view
class=
"content"
>
<view
class=
"cover-box item"
>
<image
v-show=
"imageError"
class=
"cover"
src=
"/static/images/image_error.png"
mode=
"aspectFill"
></image>
<image
V-show=
"!imageError"
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
@
load=
"loadImage"
@
error=
"errorImage"
></image>
<image
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
></image>
</view>
<view
class=
"info-box item"
>
<view
class=
"row"
>
...
...
@@ -53,12 +51,6 @@
data
:
this
.
detail
}
})
},
loadImage
()
{
this
.
imageError
=
false
},
errorImage
()
{
this
.
imageError
=
true
}
}
}
...
...
vedio/utils/utils.js
View file @
8b958f6e
export
const
PAKEAGE_NAME
=
'com.duben.dybookyx'
export
const
VERSION_CODE
=
'1.
0.5
'
export
const
VERSION_CODE
=
'1.
2.0
'
// export const PAKEAGE_NAME = 'com.test.test'
export
function
trim
(
str
)
{
...
...
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