作者 朱振飞

修改

... ... @@ -68,9 +68,7 @@ App({
},1200)
}
}
setTimeout(()=>{
(showLoad || showLoad == undefined) ? wx.hideLoading() : "";
},600)
wx.hideNavigationBarLoading()
},
fail: function (e) {
... ...
... ... @@ -5,7 +5,7 @@
<view class='item_mid'>
<view class='item_mid_text' bindtap='navdetail' id='{{item.id}}'>{{item.content}}</view>
<!-- 图片盒子 -->
<view class='item_mid_box' hidden='{{item.images.length==0}}' bindtap='navdetail' id='{{item.id}}'>
<view class='item_mid_box' hidden='{{item.images==""}}' bindtap='navdetail' id='{{item.id}}'>
<view class='item_mid_box_pic' wx:for="{{item.images}}" wx:for-item="sec" wx:key=''>
<image src='{{sec}}' mode='widthFix'></image>
</view>
... ...
... ... @@ -37,7 +37,7 @@
"list": []
},
"miniprogram": {
"current": 40,
"current": 44,
"list": [
{
"id": 0,
... ... @@ -325,6 +325,33 @@
"pathName": "pages/enterprise/enterprise",
"query": "",
"scene": null
},
{
"id": -1,
"name": "text_17",
"pathName": "pages/colleagues_2/colleagues_2",
"query": "id=14",
"scene": null
},
{
"id": -1,
"name": "tiezi",
"pathName": "pages/myPost/myPost",
"query": "",
"scene": null
},
{
"id": -1,
"name": "个人中心",
"pathName": "pages/my/my",
"query": "",
"scene": null
},
{
"id": -1,
"name": "点赞",
"pathName": "pages/myLike/myLike",
"scene": null
}
]
}
... ...