diff --git a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue index 7879b162ab3bad8a26a17f24b52e6c6d70e4478e..68edd8c439cd13dab4cc2863173c931024060210 100644 --- a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue +++ b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue @@ -127,14 +127,21 @@ Promise return new Promise((resolve) => { resolve(); - });*/ + });*/ + + let videoUrlList = [ + 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/video/sea.mp4', + 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/video/uni-admin-01.mp4', + 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/video/uni-admin-02.mp4' + ] as string[] + let list = [] as ListItem[]; for (let i = 0; i < 6; i++) { let index = this.list.length + i; let listItem : ListItem = { "_id": "a00" + index, - "content": "这是第" + index + "条数据", - "src": "https://img.cdn.aliyun.dcloud.net.cn/guide/uniapp/hellouniapp/hello-nvue-swiper-vertical-0"+(i%3+1)+".mp4" + "content": "这是第" + index + "条数据"+videoUrlList[i%3], + "src": videoUrlList[i%3] } list.push(listItem) } @@ -167,12 +174,12 @@ .swiper { flex: 1; - border: 1px solid #000; + /* border: 1px solid #000; */ } .swiper-item { flex: 1; - border: 1px solid red; + /* border: 1px solid red; */ padding: 10px 5px; position: relative; } @@ -186,7 +193,7 @@ justify-content: center; align-items: center; align-content: center; - border: 1px solid red; + /* border: 1px solid red; */ flex: 1; width: 750rpx; } diff --git a/static/template/drop-card/1.png b/static/template/drop-card/1.png index a9c18e3bc2d930e65d292cb1880fe4faa3a63e70..be766763e62555edcb255dc22c8304aa63629a82 100644 Binary files a/static/template/drop-card/1.png and b/static/template/drop-card/1.png differ diff --git a/static/template/drop-card/2.png b/static/template/drop-card/2.png index 8d720b8d836dc6b2742f3343d7b1574ae61b0f08..98255221f18bf17460a5e69c156376d282aafa4c 100644 Binary files a/static/template/drop-card/2.png and b/static/template/drop-card/2.png differ diff --git a/static/template/drop-card/3.png b/static/template/drop-card/3.png index 03ceb6231ab4ce4f962509792662e8fbd73ddf8f..20c4ae498d4973041ef5860ede9b6179d642375d 100644 Binary files a/static/template/drop-card/3.png and b/static/template/drop-card/3.png differ