Showing
2 changed files
with
2 additions
and
9 deletions
@@ -206,7 +206,7 @@ Page({ | @@ -206,7 +206,7 @@ Page({ | ||
206 | // 添加 # 分组,用来 存放 首字母不能 转为 大写英文的 数据 | 206 | // 添加 # 分组,用来 存放 首字母不能 转为 大写英文的 数据 |
207 | // list['#'] = new Array(); | 207 | // list['#'] = new Array(); |
208 | // 首字母 | 208 | // 首字母 |
209 | - let barndName = all_list_old[i].name || '#'; | 209 | + let barndName = all_list_old[i].englishName || '#'; |
210 | let letter = barndName.substr(0, 1).toUpperCase(); | 210 | let letter = barndName.substr(0, 1).toUpperCase(); |
211 | // 是否 大写 英文 字母 | 211 | // 是否 大写 英文 字母 |
212 | if (!letter_reg.test(letter)) { | 212 | if (!letter_reg.test(letter)) { |
@@ -50,7 +50,7 @@ | @@ -50,7 +50,7 @@ | ||
50 | "list": [] | 50 | "list": [] |
51 | }, | 51 | }, |
52 | "miniprogram": { | 52 | "miniprogram": { |
53 | - "current": 1, | 53 | + "current": -1, |
54 | "list": [ | 54 | "list": [ |
55 | { | 55 | { |
56 | "id": -1, | 56 | "id": -1, |
@@ -60,13 +60,6 @@ | @@ -60,13 +60,6 @@ | ||
60 | "scene": null | 60 | "scene": null |
61 | }, | 61 | }, |
62 | { | 62 | { |
63 | - "id": 1, | ||
64 | - "name": "参展品牌列表", | ||
65 | - "pathName": "pages/brands/brands", | ||
66 | - "query": "", | ||
67 | - "scene": null | ||
68 | - }, | ||
69 | - { | ||
70 | "id": 2, | 63 | "id": 2, |
71 | "name": "资讯详情", | 64 | "name": "资讯详情", |
72 | "pathName": "pages/index/newsDetail", | 65 | "pathName": "pages/index/newsDetail", |
-
Please register or login to post a comment