gaoluyang
2 天以前 025e46e11cb2962fd7692adfa401333758cc779b
src/pages_mine/pages/contract/index.vue
@@ -1,12 +1,12 @@
<template>
  <view class="container">
    <view class="card">
      <van-cell-group>
        <van-cell icon="underway-o" title="合同开始时间" :value="user.contractStartTime" />
        <van-cell icon="underway-o" title="合同结束时间" :value="user.contractEndTime" />
        <van-cell icon="medal-o" title="岗位" :value="user.postJob" />
        <van-cell icon="label-o" title="第一学历" :value="user.firstStudy" />
      </van-cell-group>
      <u-cell-group>
        <u-cell icon="calendar" title="合同开始时间" :value="user.contractStartTime" />
        <u-cell icon="calendar" title="合同结束时间" :value="user.contractEndTime" />
        <u-cell icon="bag" title="职位" :value="user.postJob" />
        <u-cell icon="integral" title="第一学历" :value="user.firstStudy" />
      </u-cell-group>
    </view>
    <!-- <u-button @click="register()">绑定微信</u-button> -->