Commit b180d1b3 authored by Edwise's avatar Edwise 🍷

Merge remote-tracking branch 'refs/remotes/origin/tianmaoxiaoyuan' into tianmaoxiaoyuan

parents 4c46f9d2 9afeeeb1
...@@ -80,7 +80,7 @@ Page({ ...@@ -80,7 +80,7 @@ Page({
}) })
}) || {}; }) || {};
data.list.forEach(i => { data.list.forEach(i => {
console.log('data list item', i); // console.log('data list item', i);
i.image = i.image || '//yun.duiba.com.cn/aurora/assets/00b4b751939da230055889445f00f22990ff5f88.png'; i.image = i.image || '//yun.duiba.com.cn/aurora/assets/00b4b751939da230055889445f00f22990ff5f88.png';
}); });
if (success && data && data.list) { if (success && data && data.list) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment