小问题,hideToast,和首页样式

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

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

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

Loading…
Cancel
Save