diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index e466870..15f1188 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -2,7 +2,7 @@
"version" : "1.0",
"configurations" : [
{
- "playground" : "standard",
+ "playground" : "custom",
"type" : "uni-app:app-android"
},
{
diff --git a/components/my-video-list/list-item-稳定版.vue b/components/my-video-list/list-item-稳定版.vue
new file mode 100644
index 0000000..0a7047b
--- /dev/null
+++ b/components/my-video-list/list-item-稳定版.vue
@@ -0,0 +1,529 @@
+
+
+
+
+
+
+
+
+
+ {{item.courseDetailsName}}
+
+
+
+ {{item.courseDetailsName}}(共{{total}}集)选集 >
+
+
+
+
+
+ {{item.courseDetailsName}}
+
+
+
+ 查看更多续集 >
+
+
+
+
+
+
+
+
+ {{item.goodNum<0?0:item.goodNum}}
+
+
+
+ 分享
+
+
+
+
+ {{isCollect?'已追':'追剧'}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/my-video-list/list-item-预发布优化版.vue b/components/my-video-list/list-item-预发布优化版.vue
new file mode 100644
index 0000000..6dba5fd
--- /dev/null
+++ b/components/my-video-list/list-item-预发布优化版.vue
@@ -0,0 +1,553 @@
+
+
+
+
+
+
+
+
+
+ {{item.courseDetailsName}}
+
+
+
+ {{item.courseDetailsName}}(共{{total}}集)选集 >
+
+
+
+
+
+ {{item.courseDetailsName}}
+
+
+
+ 查看更多续集 >
+
+
+
+
+
+
+
+
+ {{item.goodNum<0?0:item.goodNum}}
+
+
+
+ 分享
+
+
+
+
+ {{isCollect?'已追':'追剧'}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/my-video-list/list-item.vue b/components/my-video-list/list-item.vue
index 8a2b736..0a7047b 100644
--- a/components/my-video-list/list-item.vue
+++ b/components/my-video-list/list-item.vue
@@ -1,10 +1,11 @@
-
+
@@ -62,7 +63,17 @@
watch
} from 'vue'
+
+ let loop = ref(false)
+ // #ifdef APP
+ loop.value = true
+ // #endif
+
const props = defineProps({
+ height:{
+ type:Number,
+ default:0
+ },
item: {
type: Object,
defaulr: () => {
@@ -224,7 +235,7 @@
function ended() {
- Api.playStatus('end')
+ sendPlayStatus('end')
}
function dianzanClick() {
@@ -336,8 +347,8 @@