From 3778f43d2d795c5f58e49cb6735072d0b49be186 Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Thu, 29 Dec 2016 15:47:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E9=97=AE=E9=A2=98=EF=BC=8ChideToast?= =?UTF-8?q?=EF=BC=8C=E5=92=8C=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxss | 3 +-- utils/profile.js | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index d108ae7..b2ec273 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -61,10 +61,9 @@ text { } .cate-container { - margin-bottom: 30rpx; } .separate { - height: 10rpx; + height: 15rpx; background-color: #f2f2f2; } \ No newline at end of file diff --git a/utils/profile.js b/utils/profile.js index bc8f1fe..b5819d8 100644 --- a/utils/profile.js +++ b/utils/profile.js @@ -27,6 +27,7 @@ function postCustomerInfo (data, cb) { success: function(res) { } }) + wx.hideToast() return } var pages = getCurrentPages()