提交 b19f2c19 编写于 作者: DCloud_JSON's avatar DCloud_JSON

更新 示例模板 相关资源

上级 aace64f0
......@@ -127,14 +127,21 @@
Promise<void>
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;
}
......
static/template/drop-card/1.png

496.4 KB | W: | H:

static/template/drop-card/1.png

70.3 KB | W: | H:

static/template/drop-card/1.png
static/template/drop-card/1.png
static/template/drop-card/1.png
static/template/drop-card/1.png
  • 2-up
  • Swipe
  • Onion skin
static/template/drop-card/2.png

300.8 KB | W: | H:

static/template/drop-card/2.png

80.3 KB | W: | H:

static/template/drop-card/2.png
static/template/drop-card/2.png
static/template/drop-card/2.png
static/template/drop-card/2.png
  • 2-up
  • Swipe
  • Onion skin
static/template/drop-card/3.png

593.3 KB | W: | H:

static/template/drop-card/3.png

32.4 KB | W: | H:

static/template/drop-card/3.png
static/template/drop-card/3.png
static/template/drop-card/3.png
static/template/drop-card/3.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册