Преглед изворни кода

Merge branch '蓝色' into 测试

xiaohaizhao пре 1 година
родитељ
комит
f6db5f5d12
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packageA/publicClue/distribution.js

+ 1 - 1
packageA/publicClue/distribution.js

@@ -105,7 +105,7 @@ Page({
                 title: res.data,
                 icon: "none"
             });
-            res.data = res.data.filter(v => v.userid != wx.getStorageSync('userMsg').userid)
+            // res.data = res.data.filter(v => v.userid != wx.getStorageSync('userMsg').userid)
             this.setData({
                 list: res.pageNumber == 1 ? res.data : this.data.list.concat(res.data),
                 "params.content.pageNumber": res.pageNumber + 1,