diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 8ae452a..15f1188 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -2,8 +2,12 @@
"version" : "1.0",
"configurations" : [
{
- "playground" : "standard",
+ "playground" : "custom",
"type" : "uni-app:app-android"
+ },
+ {
+ "playground" : "standard",
+ "type" : "uni-app:app-ios"
}
]
}
diff --git a/App.vue b/App.vue
index 01387a1..efea306 100644
--- a/App.vue
+++ b/App.vue
@@ -40,11 +40,11 @@ li {
}
.show {
- display: none !important;
+ display: block;
}
.hidden {
- display: block !important;
+ display: none !important;
}
page,
diff --git a/components/cc-poster.vue b/components/cc-poster.vue
deleted file mode 100644
index 4d39927..0000000
--- a/components/cc-poster.vue
+++ /dev/null
@@ -1,283 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/components/my-poster/my-poster.vue b/components/my-poster/my-poster.vue
new file mode 100644
index 0000000..1a6c940
--- /dev/null
+++ b/components/my-poster/my-poster.vue
@@ -0,0 +1,204 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 e1f4d30..c5c557d 100644
--- a/components/my-video-list/list-item.vue
+++ b/components/my-video-list/list-item.vue
@@ -3,6 +3,7 @@