...
|
...
|
@@ -12,7 +12,7 @@ const _cloudData = (list) => { |
|
|
let listData = {};
|
|
|
|
|
|
if (list.background && list.background.src) {
|
|
|
listData.backImg = list.background.src;
|
|
|
listData.backImg = list.background.src + '/format/jpg';
|
|
|
}
|
|
|
|
|
|
if (list.btn && list.btn[0]) {
|
...
|
...
|
|