|
@@ -1,5 +1,9 @@
|
|
<template>
|
|
<template>
|
|
<view class="jiazheng-uni-list">
|
|
<view class="jiazheng-uni-list">
|
|
|
|
+ <view class="icon-title-navBar-box">
|
|
|
|
+ <view @click="goUpPage" class="nav-bar-icon"></view>
|
|
|
|
+ <text class="nav-bar-title">家政人员</text>
|
|
|
|
+ </view>
|
|
<v-tabs v-model="current" :tabs="tabs" :scroll="false" @change="changeTab"></v-tabs>
|
|
<v-tabs v-model="current" :tabs="tabs" :scroll="false" @change="changeTab"></v-tabs>
|
|
<view v-show="current ==0">
|
|
<view v-show="current ==0">
|
|
<gerenZiliao></gerenZiliao>
|
|
<gerenZiliao></gerenZiliao>
|
|
@@ -40,6 +44,11 @@
|
|
methods: {
|
|
methods: {
|
|
changeTab(index) {
|
|
changeTab(index) {
|
|
console.log('当前选中的项:' + index)
|
|
console.log('当前选中的项:' + index)
|
|
|
|
+ },
|
|
|
|
+ goUpPage(){
|
|
|
|
+ uni.redirectTo({
|
|
|
|
+ url: `/pages/admin/Jiazheng/jiazhengUserInfo`
|
|
|
|
+ })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|