From 081ef786153d632b6a223062aaa0168f51d87d02 Mon Sep 17 00:00:00 2001 From: Moxiuzhu <1799604429@qq.com> Date: Fri, 1 Dec 2017 23:22:31 +0800 Subject: [PATCH] =?UTF-8?q?#5=20#11=20=E7=AC=AC5=E6=AC=A1=E5=AE=9E?= =?UTF-8?q?=E9=AA=8C=E4=BB=A3=E7=A0=81=20=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1514080901221/pages/index/index.js | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/1514080901221/pages/index/index.js b/1514080901221/pages/index/index.js index c1f6e336..69c36c1e 100644 --- a/1514080901221/pages/index/index.js +++ b/1514080901221/pages/index/index.js @@ -6,13 +6,7 @@ Page({ scrollTop: 100, windowHeight: 0, inputVal:'', - moodList: [{ id: 0, content: '开心,今天真的是元气满满的一天。', img: '', time: '2016年10月2日 00:80' }, - { id: 1, content: '啊,好像要下雨了,我可以选择品读一本书静静地听雨了', img: '', time: '2012年10月2日 00:80' }, - { id: 2, content: '1799604429@qq.com,这个是我的邮箱哦', img: '', time: '2010年10月2日 00:80' }, - { id: 2, content: '1799604429@qq.com,这个是我的邮箱哦', img: '', time: '2010年10月2日 00:80' }, - { id: 2, content: '1799604429@qq.com,这个是我的邮箱哦', img: '', time: '2010年10月2日 00:80' }, - { id: 2, content: '1799604429@qq.com,这个是我的邮箱哦', img: '', time: '2010年10月2日 00:80' }, - { id: 2, content: '1799604429@qq.com,这个是我的邮箱哦', img: '', time: '2010年10月2日 00:80' }] + moodList: [] }, showInput: function () { this.setData({ @@ -46,6 +40,19 @@ Page({ }, onLoad: function (options) { var _this = this; + wx.request({ + url: 'https://infoaas.com/data/1514080901221/moodList.json', + header: { + 'content-type': 'application/json' // 默认值 + }, + success: function (res) { + console.log(res.data); + _this.setData({ + moodList: res.data.moodList + }); + } + }) + wx.getSystemInfo({ success: function (res) { console.log(res.windowHeight);