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> -->