提交 d88dac2034c74fa395fd9fee464519d95739e6dd

作者 pangy
1 个父辈 cd0346a8

。。。

... ... @@ -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
... ...
注册登录 后发表评论