正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
@@ -32,8 +32,11 @@ Page({ | @@ -32,8 +32,11 @@ Page({ | ||
32 | if (+res.code === 1) { | 32 | if (+res.code === 1) { |
33 | const arr = []; | 33 | const arr = []; |
34 | res.data.list.forEach((item) => { | 34 | res.data.list.forEach((item) => { |
35 | - arr.push(item.title) | 35 | + if(item.type !== 5) { |
36 | + arr.push(item.title) | ||
37 | + } | ||
36 | }); | 38 | }); |
39 | + // console.log('arr---cityList', arr,self.data.cityList); | ||
37 | self.setData({ | 40 | self.setData({ |
38 | city_picker_list: arr, | 41 | city_picker_list: arr, |
39 | cityList:res.data.list, | 42 | cityList:res.data.list, |
-
请 注册 或 登录 后发表评论