提交 136b1409c470f4cc3848214d957c37dda1880b5e

作者 pangy
1 个父辈 896f9d15

。。。

... ... @@ -212,7 +212,7 @@ Page({
212 212 }
213 213 }
214 214 if (!title || !value) continue;
215   - if (mapping_keys.indexOf(title) == -1 && value == '0') continue;
  215 + if (mapping_keys.indexOf(titleData['key']) == -1 && value == '0') continue;
216 216 details.push({
217 217 title: title,
218 218 value: value
... ...
注册登录 后发表评论