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()