mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-03-28 00:00:48 +00:00
67 lines
1.8 KiB
JavaScript
67 lines
1.8 KiB
JavaScript
(window.webpackJsonp = window.webpackJsonp || []).push([
|
|
[49],
|
|
{
|
|
OIHf: function(i, e, t) {
|
|
'use strict';
|
|
t.r(e);
|
|
var n = {
|
|
editData: [
|
|
{
|
|
key: 'direction',
|
|
name: '方向',
|
|
type: 'Radio',
|
|
range: [
|
|
{ key: 'down', text: '从上到下' },
|
|
{ key: 'left', text: '从左到右' },
|
|
],
|
|
},
|
|
{ key: 'swipeable', name: '是否可拖拽', type: 'Switch' },
|
|
{ key: 'round', name: '圆角', type: 'Number' },
|
|
{ key: 'autoPlay', name: '是否自动播放', type: 'Switch' },
|
|
{ key: 'imgList', name: '图片列表', type: 'DataList' },
|
|
],
|
|
config: {
|
|
direction: 'left',
|
|
swipeable: !1,
|
|
round: 0,
|
|
autoPlay: !1,
|
|
imgList: [
|
|
{
|
|
id: '1',
|
|
title: '趣谈小课1',
|
|
desc: '致力于打造优质小课程',
|
|
link: 'xxxxx',
|
|
imgUrl: [
|
|
{
|
|
uid: '001',
|
|
name: 'image.png',
|
|
status: 'done',
|
|
url: 'http://h5.dooring.cn/uploads/1_1740bd7c3dc.png',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: '2',
|
|
title: '趣谈小课1',
|
|
desc: '致力于打造优质小课程',
|
|
link: 'xxxxx',
|
|
imgUrl: [
|
|
{
|
|
uid: '001',
|
|
name: 'image.png',
|
|
status: 'done',
|
|
url: 'http://h5.dooring.cn/uploads/1_1740bd7c3dc.png',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
tplImg: 'http://h5.dooring.cn/uploads/1_1740bd7c3dc.png',
|
|
},
|
|
};
|
|
e.default = n;
|
|
},
|
|
},
|
|
]);
|
|
|
|
//# sourceMappingURL=49.js.map
|