diff --git a/pages.json b/pages.json
index c31a07562819b4a845476f61ab4ea419b7d7a3c7..5d0fa16977a57a71174110ee411fa4eb6b7baa9b 100644
--- a/pages.json
+++ b/pages.json
@@ -668,7 +668,7 @@
{
"path": "pages/template/drop-card/drop-card",
"style": {
- "navigationBarTitleText": ""
+ "navigationBarTitleText": "drop-card"
}
},
{
@@ -698,7 +698,7 @@
{
"path": "pages/template/swiper-vertical-video/swiper-vertical-video",
"style": {
- "navigationBarTitleText": ""
+ "navigationStyle": "custom"
}
},
{
diff --git a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue
index 39433efcc3d4ad061bbf4606807f9f3f89137693..5e40ecb00eb5c6d6c8140bedcdd8405540b13cab 100644
--- a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue
+++ b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue
@@ -1,12 +1,15 @@
+
+
+
-
+
-
+
-
+
容器:第 {{i}} 个
内容:{{item.content}}
@@ -14,13 +17,13 @@
debug-info 播放状态:
- 第{{index+1}}个:{{value?'播放中':'已暂停'}}
+ 第{{index+1}}个:{{ value }}
@@ -179,8 +201,8 @@
}
.play-btn {
- width: 30px;
- height: 30px;
+ width: 80rpx;
+ height: 80rpx;
color: #FFF;
}
@@ -206,4 +228,22 @@
color:red;
padding: 15px;
}
+
+ .nav-back {
+ position: absolute;
+ top: 20px;
+ left: 8px;
+ background-color: rgba(220, 220, 220, 0.8);
+ border-radius: 100px;
+ width: 24px;
+ height: 24px;
+ justify-content: center;
+ align-items: center;
+ z-index: 10;
+ }
+
+ .nav-back .back-img {
+ width: 14px;
+ height: 14px;
+ }
\ No newline at end of file
diff --git a/static/template/scroll-fold-nav/back.png b/static/template/scroll-fold-nav/back.png
index b10373991bc1b31ca5e7cdf6aa06551efff34809..964e819a43776429f4a195cf564cd280bf01391c 100644
Binary files a/static/template/scroll-fold-nav/back.png and b/static/template/scroll-fold-nav/back.png differ