Browse Source

Merge branch 'master' of http://git.cc-lotus.info/new_train/train-student

lrf402788946 4 years ago
parent
commit
0438ca8a03
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/layout/user/clickBtn.vue

+ 3 - 0
src/layout/user/clickBtn.vue

@@ -38,6 +38,9 @@
         <el-col :span="24" class="native">
           <van-cell is-link @click="$router.push({ path: '/user/trainVidoe' })">课程培训</van-cell>
         </el-col>
+        <el-col :span="24" class="native" v-if="user.job == '宣传委员'">
+          <van-cell is-link @click="$router.push({ path: '/user/newspaper' })">新人才报</van-cell>
+        </el-col>
       </el-col>
     </el-row>
   </div>