bug110,124,108 + 建设页

This commit is contained in:
shijingjing
2023-03-20 14:54:29 +08:00
parent 32871fdc1b
commit b84814c461
7 changed files with 58 additions and 35 deletions

View File

@@ -1,7 +1,5 @@
<template>
<div class="page">
<u-navbar :is-back="false" title="个人认证" title-color="#000" title-width="300" title-size="32"
:background="{background: '#FFF'}" :title-bold="true"></u-navbar>
<div class="info-list">
<div class="item-content mar-b8">
<div class="item solid">
@@ -74,13 +72,14 @@ import {mapActions, mapState} from 'vuex'
export default {
name: "userInfo",
appName: "个人中心",
customNavigation: true,
computed: {
...mapState(['user', 'token']),
},
onLoad() {
this.getUserInfo('qujing')
uni.setNavigationBarTitle({
title: '个人中心'
})
},
data() {
return {