@@ -18,7 +18,6 @@ Vue.prototype.getUser = function() {
Vue.prototype.hasAuth = () => {
let user = uni.getStorageSync('info');
- console.log("asd:"+user.auth);
if (user.auth == '0') {
return false
} else {
@@ -209,7 +209,7 @@ page {
}
.cmain {
padding: 10px 15px 10px 15px;
- margin-top: -193px;
+ margin-top: -183px;
position: relative;
.vsearch {
margin-bottom: 13px;
@@ -205,6 +205,7 @@ export default {
success: res => {
this.user.auth = res.data.data.auth;
this.user.face=res.data.data.face;
+ uni.setStorageSync('info', this.user);
});