bug110,124,108 + 建设页
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user