...
|
...
|
@@ -6,7 +6,7 @@ const _ = require('lodash'); |
|
|
// 会员权益方案写死,后台未做,后期删除
|
|
|
function droitHtml(contents) {
|
|
|
let banner = 'http://img10.static.yhbimg.com/article/2017/06/20/12/01a50a1f45b97365e758d6890858998310.jpg' +
|
|
|
'?imageView2/2/w/670/h/240/q/60/format/webp';
|
|
|
'?imageView2/2/w/{width}/h/{height}';
|
|
|
|
|
|
_.map(contents, item => {
|
|
|
if (item.displayName === '7天退换货') {
|
...
|
...
|
|