Browse Source

修改按钮

devlop
杨阁辉 4 years ago
parent
commit
70228a6eec
2 changed files with 3 additions and 1 deletions
  1. 2
      pages/mine/index.vue
  2. 2
      pages/user-info/index.vue

2
pages/mine/index.vue

@ -270,6 +270,8 @@ export default {
}
}
},
onLoad() {
},
onShow() {
getBaseInfo().then((res) => {
if (res) {

2
pages/user-info/index.vue

@ -51,6 +51,7 @@ import { employeeName, } from '@/apis/setting.js'
title: '修改成功',
icon: 'success'
})
syncStore()
setTimeout(() => {
back()
}, 1000)
@ -75,7 +76,6 @@ import { employeeName, } from '@/apis/setting.js'
font-weight: 500;
}
.user-btn{
width: 108rpx;
height: 54rpx;
background: #007AFF;
border-radius: 27rpx;

Loading…
Cancel
Save