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() { onShow() {
getBaseInfo().then((res) => { getBaseInfo().then((res) => {
if (res) { if (res) {

2
pages/user-info/index.vue

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

Loading…
Cancel
Save