gaoluyang
2 天以前 025e46e11cb2962fd7692adfa401333758cc779b
src/pages_mine/pages/company/index.vue
@@ -1,10 +1,10 @@
<template>
  <view class="container">
    <view class="card">
      <van-cell-group>
        <van-cell icon="cluster-o" title="所属公司" :value="userStore.currentFactoryName" />
        <van-cell icon="manager-o" title="岗位" :value="postGroup" />
      </van-cell-group>
      <u-cell-group>
        <u-cell icon="list" title="所属公司" :value="userStore.currentFactoryName" />
        <u-cell icon="bag" title="岗位" :value="postGroup" />
      </u-cell-group>
    </view>
    <!-- <u-button @click="register()">绑定微信</u-button> -->