diff --git a/pages/home/index/index.js b/pages/home/index/index.js index c223f51..ef4f9da 100644 --- a/pages/home/index/index.js +++ b/pages/home/index/index.js @@ -67,6 +67,7 @@ Component({ return } getBaseInfo().then(result => { + app.globalData.userInfo = result.data var nickname = '' if (app.globalData.userInfo.isAuth) { nickname = result.data.realName.substring(0, 14) diff --git a/pages/mall/fragment/index.js b/pages/mall/fragment/index.js index b12e937..3d14831 100644 --- a/pages/mall/fragment/index.js +++ b/pages/mall/fragment/index.js @@ -29,15 +29,15 @@ Component({ momentList: [], tabList: [], tabIndex: 0, - requesting: false, + requesting: true, orderList: [], popover: false, sortList: [ - {sort: 1, text: '更新时间'}, - {sort: 2, text: '价格升序'}, - {sort: 3, text: '价格降序'}, - {sort: 4, text: '排队升序'}, - {sort: 5, text: '排队降序'} + {sort: 0, text: '更新时间'}, + {sort: 1, text: '价格升序'}, + {sort: 2, text: '价格降序'}, + {sort: 3, text: '排队升序'}, + {sort: 4, text: '排队降序'} ], sortIndex: 0, messageNumber: 0 @@ -159,9 +159,6 @@ Component({ }, //*************************************************fetchAgentList************************************************// fetchAgentList: function () { - if (this.data.requesting) { - return - } this.setData({ requesting: true, orderList: [] }) getMomentList(form).then(result => { if (result.data.records.length) { diff --git a/pages/mall/fragment/index.wxml b/pages/mall/fragment/index.wxml index a9b2e3b..4e72142 100644 --- a/pages/mall/fragment/index.wxml +++ b/pages/mall/fragment/index.wxml @@ -78,20 +78,25 @@ - + - - - + + + + + + + + + 查看更多行情 - - - 查看更多行情 + + + 暂无数据 - \ No newline at end of file