正在显示
8 个修改的文件
包含
29 行增加
和
4 行删除
@@ -68,9 +68,7 @@ App({ | @@ -68,9 +68,7 @@ App({ | ||
68 | },1200) | 68 | },1200) |
69 | } | 69 | } |
70 | } | 70 | } |
71 | - setTimeout(()=>{ | ||
72 | (showLoad || showLoad == undefined) ? wx.hideLoading() : ""; | 71 | (showLoad || showLoad == undefined) ? wx.hideLoading() : ""; |
73 | - },600) | ||
74 | wx.hideNavigationBarLoading() | 72 | wx.hideNavigationBarLoading() |
75 | }, | 73 | }, |
76 | fail: function (e) { | 74 | fail: function (e) { |
images/add.png
0 → 100644
6.2 KB
images/mail.png
0 → 100644
2.9 KB
images/map.png
0 → 100644
4.1 KB
images/wechat.png
0 → 100644
7.2 KB
images/zuoji.png
0 → 100644
3.4 KB
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | <view class='item_mid'> | 5 | <view class='item_mid'> |
6 | <view class='item_mid_text' bindtap='navdetail' id='{{item.id}}'>{{item.content}}</view> | 6 | <view class='item_mid_text' bindtap='navdetail' id='{{item.id}}'>{{item.content}}</view> |
7 | <!-- 图片盒子 --> | 7 | <!-- 图片盒子 --> |
8 | - <view class='item_mid_box' hidden='{{item.images.length==0}}' bindtap='navdetail' id='{{item.id}}'> | 8 | + <view class='item_mid_box' hidden='{{item.images==""}}' bindtap='navdetail' id='{{item.id}}'> |
9 | <view class='item_mid_box_pic' wx:for="{{item.images}}" wx:for-item="sec" wx:key=''> | 9 | <view class='item_mid_box_pic' wx:for="{{item.images}}" wx:for-item="sec" wx:key=''> |
10 | <image src='{{sec}}' mode='widthFix'></image> | 10 | <image src='{{sec}}' mode='widthFix'></image> |
11 | </view> | 11 | </view> |
@@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
37 | "list": [] | 37 | "list": [] |
38 | }, | 38 | }, |
39 | "miniprogram": { | 39 | "miniprogram": { |
40 | - "current": 40, | 40 | + "current": 44, |
41 | "list": [ | 41 | "list": [ |
42 | { | 42 | { |
43 | "id": 0, | 43 | "id": 0, |
@@ -325,6 +325,33 @@ | @@ -325,6 +325,33 @@ | ||
325 | "pathName": "pages/enterprise/enterprise", | 325 | "pathName": "pages/enterprise/enterprise", |
326 | "query": "", | 326 | "query": "", |
327 | "scene": null | 327 | "scene": null |
328 | + }, | ||
329 | + { | ||
330 | + "id": -1, | ||
331 | + "name": "text_17", | ||
332 | + "pathName": "pages/colleagues_2/colleagues_2", | ||
333 | + "query": "id=14", | ||
334 | + "scene": null | ||
335 | + }, | ||
336 | + { | ||
337 | + "id": -1, | ||
338 | + "name": "tiezi", | ||
339 | + "pathName": "pages/myPost/myPost", | ||
340 | + "query": "", | ||
341 | + "scene": null | ||
342 | + }, | ||
343 | + { | ||
344 | + "id": -1, | ||
345 | + "name": "个人中心", | ||
346 | + "pathName": "pages/my/my", | ||
347 | + "query": "", | ||
348 | + "scene": null | ||
349 | + }, | ||
350 | + { | ||
351 | + "id": -1, | ||
352 | + "name": "点赞", | ||
353 | + "pathName": "pages/myLike/myLike", | ||
354 | + "scene": null | ||
328 | } | 355 | } |
329 | ] | 356 | ] |
330 | } | 357 | } |
-
请 注册 或 登录 后发表评论