|
@@ -1,15 +1,17 @@
|
|
<template>
|
|
<template>
|
|
<view class="content">
|
|
<view class="content">
|
|
<!-- 顶部导航 -->
|
|
<!-- 顶部导航 -->
|
|
- <uni-nav-bar
|
|
|
|
|
|
+ <uni-nav-bar
|
|
:border="false"
|
|
:border="false"
|
|
@clickLeft="toUserCenter"
|
|
@clickLeft="toUserCenter"
|
|
- leftIcon="person-filled"
|
|
|
|
background-color="#fff"
|
|
background-color="#fff"
|
|
|
|
+ title="智能快洗"
|
|
:status-bar="true"
|
|
:status-bar="true"
|
|
:fixed="true"
|
|
:fixed="true"
|
|
color="rgb(255,0,0)">
|
|
color="rgb(255,0,0)">
|
|
- <view slot="left">个人中心</view>
|
|
|
|
|
|
+ <view style="padding-left: 20rpx;" slot="left">
|
|
|
|
+ <u-image width="40rpx" height="60rpx" mode="aspectFit" src="/static/img/person.png"></u-image>
|
|
|
|
+ </view>
|
|
</uni-nav-bar>
|
|
</uni-nav-bar>
|
|
<!-- 页面主体 -->
|
|
<!-- 页面主体 -->
|
|
<view class="pageContent">
|
|
<view class="pageContent">
|
|
@@ -210,7 +212,11 @@
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/pages/userCenter/index'
|
|
url: '/pages/userCenter/index'
|
|
})
|
|
})
|
|
- }
|
|
|
|
|
|
+ } else {
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url:`/pages/login/login?lanuch=${false}&path=` + encodeURIComponent('/pages/userCenter/index')
|
|
|
|
+ })
|
|
|
|
+ }
|
|
})
|
|
})
|
|
},
|
|
},
|
|
// 打开网点列表
|
|
// 打开网点列表
|