优化我的页面,新增页面跳转
This commit is contained in:
parent
26c47df461
commit
944d6945f6
@ -231,7 +231,7 @@
|
|||||||
}, {
|
}, {
|
||||||
"path": "orderDetail/orderDetail",
|
"path": "orderDetail/orderDetail",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "账单详情",
|
"navigationBarTitleText": "流水详情",
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationBarBackgroundColor": "#3175f9",
|
"navigationBarBackgroundColor": "#3175f9",
|
||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "white"
|
||||||
|
@ -70,11 +70,12 @@
|
|||||||
<view class="other_guide">
|
<view class="other_guide">
|
||||||
<block v-for="(item,i) in myOaData" :key="i">
|
<block v-for="(item,i) in myOaData" :key="i">
|
||||||
<view class="other_item flex_a_c_j_sb" @click="naviTo(item.url)">
|
<view class="other_item flex_a_c_j_sb" @click="naviTo(item.url)">
|
||||||
<view class="flex_a_c">
|
<view class="flex_a_c left">
|
||||||
<view class="iconfont2" :class="item.icon"></view>
|
<!-- <view class="iconfont2" :class="item.icon"></view> -->
|
||||||
|
<image :src="item.icon"></image>
|
||||||
<view class="text">{{ item.name }}</view>
|
<view class="text">{{ item.name }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="iconfont icon-you"></view>
|
<uni-icons type="forward"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
@ -290,7 +291,16 @@
|
|||||||
|
|
||||||
.text {
|
.text {
|
||||||
font-size: 28.07rpx;
|
font-size: 28.07rpx;
|
||||||
margin-left: 24.56rpx;
|
margin-left: 20.56rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.left{
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
image{
|
||||||
|
width: 42rpx;
|
||||||
|
height: 42rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfont2 {
|
.iconfont2 {
|
||||||
|
BIN
static/icons/backstage.png
Normal file
BIN
static/icons/backstage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
static/icons/manager.png
Normal file
BIN
static/icons/manager.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
static/icons/runningWater.png
Normal file
BIN
static/icons/runningWater.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 723 B |
@ -356,18 +356,18 @@ export const appDataList = [{
|
|||||||
export const myOaData = [
|
export const myOaData = [
|
||||||
{
|
{
|
||||||
name: '流水详情',
|
name: '流水详情',
|
||||||
icon: 'custom-icongongzi',
|
icon: '../../static/icons/runningWater.png',
|
||||||
// url: '/pages/views/personal_center_two'
|
url: '/subpkg/orderDetail/orderDetail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '管理后台',
|
name: '管理后台',
|
||||||
icon: 'custom-icongongzi',
|
icon: '../../static/icons/backstage.png',
|
||||||
// url: '/pages/views/personal_center_two'
|
// url: '/pages/views/personal_center_two'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '片区经理',
|
name: '片区经理',
|
||||||
icon: 'custom-icongongzi',
|
icon: '../../static/icons/manager.png',
|
||||||
// url: '/pages/views/personal_center_two'
|
url: '/subpkg/manager/manager'
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// name: '工资详情',
|
// name: '工资详情',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user