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
cddd85b2
Commit
cddd85b2
authored
Aug 14, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用资源
parent
02b1a1d4
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
5 additions
and
16 deletions
+5
-16
book-list-item.vue
vedio/components/book-list-item/book-list-item.vue
+0
-1
book-list-item2.vue
vedio/components/book-list-item2/book-list-item2.vue
+0
-1
detail-buy.vue
vedio/page-subs/sub_A/book-content/components/detail-buy.vue
+1
-3
detail-thumb.vue
.../page-subs/sub_A/book-content/components/detail-thumb.vue
+1
-3
detail-buy.vue
...ge-subs/sub_A/book-long-content/components/detail-buy.vue
+1
-3
detail-thumb.vue
...-subs/sub_A/book-long-content/components/detail-thumb.vue
+1
-3
recommond-item.vue
...page-subs/sub_A/book-search/components/recommond-item.vue
+1
-2
image_error.png
vedio/static/images/image_error.png
+0
-0
image_loading.png
vedio/static/images/image_loading.png
+0
-0
header.png
vedio/static/images/vip-apply/header.png
+0
-0
No files found.
vedio/components/book-list-item/book-list-item.vue
View file @
cddd85b2
<
template
>
<
template
>
<view
class=
"book-list-item"
@
click=
"tapItem"
>
<view
class=
"book-list-item"
@
click=
"tapItem"
>
<view
class=
"cover-box item"
>
<view
class=
"cover-box item"
>
<!--
<image
v-show=
"imageError"
class=
"cover"
src=
"/static/images/image_error.png"
mode=
"aspectFill"
></image>
-->
<image
class=
"cover"
:src=
"item.avatar"
mode=
"aspectFill"
></image>
<image
class=
"cover"
:src=
"item.avatar"
mode=
"aspectFill"
></image>
</view>
</view>
<view
class=
"c-flex_column"
>
<view
class=
"c-flex_column"
>
...
...
vedio/components/book-list-item2/book-list-item2.vue
View file @
cddd85b2
<
template
>
<
template
>
<view
class=
"cover-box"
@
click=
"tapItem"
>
<view
class=
"cover-box"
@
click=
"tapItem"
>
<!--
<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-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"
<image
v-else
class=
"cover"
src=
"https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/bg_book_more.png"
mode=
"scaleToFill"
></image>
mode=
"scaleToFill"
></image>
...
...
vedio/page-subs/sub_A/book-content/components/detail-buy.vue
View file @
cddd85b2
...
@@ -2,9 +2,7 @@
...
@@ -2,9 +2,7 @@
<view
class=
"detail-buy"
>
<view
class=
"detail-buy"
>
<view
class=
"book-card"
>
<view
class=
"book-card"
>
<view
class=
"cover-box"
>
<view
class=
"cover-box"
>
<image
v-show=
"imageError"
class=
"cover"
src=
"/static/images/image_error.png"
mode=
"aspectFill"
></image>
<image
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
></image>
<image
V-show=
"!imageError"
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
@
load=
"loadImage"
@
error=
"errorImage"
></image>
</view>
</view>
<view
class=
"info-box"
>
<view
class=
"info-box"
>
<view
class=
"row"
>
<view
class=
"row"
>
...
...
vedio/page-subs/sub_A/book-content/components/detail-thumb.vue
View file @
cddd85b2
...
@@ -2,9 +2,7 @@
...
@@ -2,9 +2,7 @@
<view
class=
"detail-thumb"
@
click=
"tapThumb"
>
<view
class=
"detail-thumb"
@
click=
"tapThumb"
>
<view
class=
"content"
>
<view
class=
"content"
>
<view
class=
"cover-box item"
>
<view
class=
"cover-box item"
>
<image
v-show=
"imageError"
class=
"cover"
src=
"/static/images/image_error.png"
mode=
"aspectFill"
></image>
<image
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
></image>
<image
V-show=
"!imageError"
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
@
load=
"loadImage"
@
error=
"errorImage"
></image>
</view>
</view>
<view
class=
"info-box item"
>
<view
class=
"info-box item"
>
<view
class=
"row"
>
<view
class=
"row"
>
...
...
vedio/page-subs/sub_A/book-long-content/components/detail-buy.vue
View file @
cddd85b2
...
@@ -2,9 +2,7 @@
...
@@ -2,9 +2,7 @@
<view
class=
"detail-buy"
>
<view
class=
"detail-buy"
>
<view
class=
"book-card"
>
<view
class=
"book-card"
>
<view
class=
"cover-box"
>
<view
class=
"cover-box"
>
<image
v-show=
"imageError"
class=
"cover"
src=
"/static/images/image_error.png"
mode=
"aspectFill"
></image>
<image
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
></image>
<image
V-show=
"!imageError"
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
@
load=
"loadImage"
@
error=
"errorImage"
></image>
</view>
</view>
<view
class=
"info-box"
>
<view
class=
"info-box"
>
<view
class=
"row"
>
<view
class=
"row"
>
...
...
vedio/page-subs/sub_A/book-long-content/components/detail-thumb.vue
View file @
cddd85b2
...
@@ -2,9 +2,7 @@
...
@@ -2,9 +2,7 @@
<view
class=
"detail-thumb"
@
click=
"tapThumb"
>
<view
class=
"detail-thumb"
@
click=
"tapThumb"
>
<view
class=
"content"
>
<view
class=
"content"
>
<view
class=
"cover-box item"
>
<view
class=
"cover-box item"
>
<image
v-show=
"imageError"
class=
"cover"
src=
"/static/images/image_error.png"
mode=
"aspectFill"
></image>
<image
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
></image>
<image
V-show=
"!imageError"
class=
"cover"
:src=
"detail.avatar"
mode=
"aspectFill"
@
load=
"loadImage"
@
error=
"errorImage"
></image>
</view>
</view>
<view
class=
"info-box item"
>
<view
class=
"info-box item"
>
<view
class=
"row"
>
<view
class=
"row"
>
...
...
vedio/page-subs/sub_A/book-search/components/recommond-item.vue
View file @
cddd85b2
<
template
>
<
template
>
<view
class=
"recommond-item"
@
click=
"tapItem"
>
<view
class=
"recommond-item"
@
click=
"tapItem"
>
<view
class=
"cover-box item"
>
<view
class=
"cover-box item"
>
<image
v-show=
"imageError"
class=
"cover"
src=
"/static/images/image_error.png"
mode=
"aspectFill"
></image>
<image
class=
"cover"
:src=
"item.avatar"
mode=
"aspectFill"
></image>
<image
V-show=
"!imageError"
class=
"cover"
:src=
"item.avatar"
mode=
"aspectFill"
@
load=
"loadImage"
@
error=
"errorImage"
></image>
</view>
</view>
<view
class=
"info-box item"
>
<view
class=
"info-box item"
>
<view
class=
"row"
>
<view
class=
"row"
>
...
...
vedio/static/images/image_error.png
deleted
100644 → 0
View file @
02b1a1d4
17.5 KB
vedio/static/images/image_loading.png
deleted
100644 → 0
View file @
02b1a1d4
5.71 KB
vedio/static/images/vip-apply/header.png
deleted
100644 → 0
View file @
02b1a1d4
65.2 KB
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