gaoluyang
2 天以前 025e46e11cb2962fd7692adfa401333758cc779b
src/pages_mine/pages/info/index.vue
@@ -1,14 +1,14 @@
<template>
  <view class="container">
    <view class="card">
      <van-cell-group>
        <van-cell icon="user" title="昵称" :value="user.nickName" />
        <van-cell icon="phone" title="手机号码" :value="user.phonenumber" />
        <van-cell icon="invitation" title="邮箱" :value="user.email" />
        <van-cell icon="medal" title="岗位" :value="postGroup" />
        <van-cell icon="friends" title="角色" :value="roleGroup" />
        <van-cell icon="notes" title="创建日期" :value="user.createTime" />
      </van-cell-group>
      <u-cell-group>
        <u-cell icon="account" title="昵称" :value="user.nickName" />
        <u-cell icon="phone" title="手机号码" :value="user.phonenumber" />
        <u-cell icon="email" title="邮箱" :value="user.email" />
        <u-cell icon="order" title="岗位" :value="postGroup" />
        <u-cell icon="star" title="角色" :value="roleGroup" />
        <u-cell icon="calendar" title="创建日期" :value="user.createTime" />
      </u-cell-group>
    </view>
    <!-- <u-button @click="register()">绑定微信</u-button> -->