小问题,hideToast,和首页样式

wechat_user_type
Ge Hao 8 years ago
parent 8a0d57c551
commit 3778f43d2d
  1. 3
      pages/index/index.wxss
  2. 1
      utils/profile.js

@ -61,10 +61,9 @@ text {
} }
.cate-container { .cate-container {
margin-bottom: 30rpx;
} }
.separate { .separate {
height: 10rpx; height: 15rpx;
background-color: #f2f2f2; background-color: #f2f2f2;
} }

@ -27,6 +27,7 @@ function postCustomerInfo (data, cb) {
success: function(res) { success: function(res) {
} }
}) })
wx.hideToast()
return return
} }
var pages = getCurrentPages() var pages = getCurrentPages()

Loading…
Cancel
Save