1

parent c7783d68
......@@ -89,7 +89,8 @@
{
"path": "pages/user/positionManagement/index",
"style": {
"navigationBarTitleText": "职位管理"
"navigationBarTitleText": "职位管理",
"navigationStyle": "custom"
}
},
{
......
......@@ -3,7 +3,7 @@
<NavBar :showIcon="false" :showTitle="true" title="消息"></NavBar>
<scroll-view :scroll-y="true" @scrolltolower="getList">
<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">
<img v-if="v.iconUrl" :src="v.iconUrl" alt="" />
</div>
......
<template>
<NavBar :showIcon="true" :showTitle="true" title="职位管理" backgroundBox="#FFFFFF"></NavBar>
<view class="management">
<view class="filter flex-between">
<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