Authored by zhangxiaoru

图片质量

@@ -12,7 +12,7 @@ const _cloudData = (list) => { @@ -12,7 +12,7 @@ const _cloudData = (list) => {
12 let listData = {}; 12 let listData = {};
13 13
14 if (list.background && list.background.src) { 14 if (list.background && list.background.src) {
15 - listData.backImg = list.background.src; 15 + listData.backImg = list.background.src + '/format/jpg';
16 } 16 }
17 17
18 if (list.btn && list.btn[0]) { 18 if (list.btn && list.btn[0]) {
1 <div class="ali-cloud-page yoho-page"> 1 <div class="ali-cloud-page yoho-page">
2 {{# cloudBo}} 2 {{# cloudBo}}
3 - <img class="back-img" src="{{image backImg 375 665}}"></img> 3 + <img class="back-img" src="{{image backImg 750 1330}}"></img>
4 <a class="receive-bottom-btn btn" href="{{btnHref}}"> 4 <a class="receive-bottom-btn btn" href="{{btnHref}}">
5 5
6 <img src="{{image btnImg 240 85}}"></img> 6 <img src="{{image btnImg 240 85}}"></img>
1 <div class="ali-cloud-page yoho-page"> 1 <div class="ali-cloud-page yoho-page">
2 {{# cloudRi}} 2 {{# cloudRi}}
3 - <img class="back-img" src="{{image backImg 375 665}}"></img> 3 + <img class="back-img" src="{{image backImg 750 1330}}"></img>
4 <a class="receive-right-btn btn" href="{{btnHref}}"> 4 <a class="receive-right-btn btn" href="{{btnHref}}">
5 5
6 <img src="{{image btnImg 240 85}}"></img> 6 <img src="{{image btnImg 240 85}}"></img>