From 01555a9dfaf79cf78e791470acbe152362c79dbb Mon Sep 17 00:00:00 2001 From: taoguoguo Date: Mon, 6 Mar 2017 20:41:05 +0800 Subject: [PATCH 1/2] Update main.we MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改首页 --- WeexOne/src/main.we | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WeexOne/src/main.we b/WeexOne/src/main.we index 36ae067..6ca4d5e 100755 --- a/WeexOne/src/main.we +++ b/WeexOne/src/main.we @@ -13,7 +13,7 @@ tabItems: [ { index: 0, - title: "图片", + title: "首页", titleColor: 0x0, icon: "", image: "http://gtms01.alicdn.com/tps/i1/TB1qw.hMpXXXXagXXXX9t7RGVXX-46-46.png", @@ -23,7 +23,7 @@ }, { index: 1, - title: "阅读", + title: "服务", titleColor: 0x0, icon: "", image: "http://gtms03.alicdn.com/tps/i3/TB1LEn9MpXXXXaUXpXX9t7RGVXX-46-46.png", @@ -33,7 +33,7 @@ }, { index: 2, - title: "电影", + title: "我的", titleColor: 0x0, icon: "", image: "http://gtms01.alicdn.com/tps/i1/TB1B0v5MpXXXXcvXpXX9t7RGVXX-46-46.png", @@ -58,4 +58,4 @@ } } } - \ No newline at end of file + From 1b74141e8dd93526f2f265804325d76da6130d15 Mon Sep 17 00:00:00 2001 From: leitao3 Date: Tue, 7 Mar 2017 11:14:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeexOne/src/main.we | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeexOne/src/main.we b/WeexOne/src/main.we index 6ca4d5e..0952dd3 100755 --- a/WeexOne/src/main.we +++ b/WeexOne/src/main.we @@ -54,7 +54,7 @@ }, methods: { created: function (e) { - + //注释 } } }