Commit d69b2e18 authored by 李明环(东信)'s avatar 李明环(东信)
parents b3f852e0 0b226443
...@@ -89,7 +89,8 @@ ...@@ -89,7 +89,8 @@
{ {
"path": "pages/user/positionManagement/index", "path": "pages/user/positionManagement/index",
"style": { "style": {
"navigationBarTitleText": "职位管理" "navigationBarTitleText": "职位管理",
"navigationStyle": "custom"
} }
}, },
{ {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<NavBar :showIcon="false" :showTitle="true" title="消息"></NavBar> <NavBar :showIcon="false" :showTitle="true" title="消息"></NavBar>
<scroll-view :scroll-y="true" @scrolltolower="getList"> <scroll-view :scroll-y="true" @scrolltolower="getList">
<view class="system"> <view class="system">
<view class="item flex-between" v-for="(v, i) in list" :key="v.id" @click="goToDetail(v)"> <view class="item flex-between" v-for="v in list" :key="v.id" @click="goToDetail(v)">
<div class="img-wrap"> <div class="img-wrap">
<img v-if="v.iconUrl" :src="v.iconUrl" alt="" /> <img v-if="v.iconUrl" :src="v.iconUrl" alt="" />
</div> </div>
......
<template> <template>
<NavBar :showIcon="true" :showTitle="true" title="职位管理" backgroundBox="#FFFFFF"></NavBar>
<view class="management"> <view class="management">
<view class="filter flex-between"> <view class="filter flex-between">
<view <view
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment