调色调
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"usingComponents": {},
|
||||
"navigationBarTitleText": "设置"
|
||||
"navigationBarTitleText": "修改信息",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#378fff"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"usingComponents": {},
|
||||
"navigationBarTitleText": "设置",
|
||||
"navigationBarTitleText": "关于我们",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#378fff"
|
||||
}
|
||||
@@ -5,5 +5,15 @@ Page({
|
||||
title: '正在完善,看看其他的吧',
|
||||
icon: 'none'
|
||||
})
|
||||
},
|
||||
// 退出登录
|
||||
loginOut() {
|
||||
wx.clearStorage({
|
||||
success: (res) => {
|
||||
wx.reLaunch({
|
||||
url: '/pages/welcome/index',
|
||||
})
|
||||
},
|
||||
})
|
||||
}
|
||||
})
|
||||
@@ -1,7 +1,4 @@
|
||||
<!-- <navigator class="item" hover-class="none" url="/pages/user/setting/aboutMine/aboutMine">
|
||||
<image src="/static/images/aboutMine.png" mode="widthFix" /> 个人信息
|
||||
</navigator> -->
|
||||
<navigator class="item" hover-class="none" catchtap="showtoast">
|
||||
<navigator class="item" hover-class="none" url="/pages/user/setting/aboutMine/aboutMine">
|
||||
<image src="/static/images/aboutMine.png" mode="widthFix" /> 个人信息
|
||||
</navigator>
|
||||
<navigator class="item" hover-class="none" url="/pages/user/setting/aboutAdvice/aboutAdvice">
|
||||
@@ -9,4 +6,7 @@
|
||||
</navigator>
|
||||
<navigator class="item" hover-class="none" url="/pages/user/setting/aboutUs/aboutUs">
|
||||
<image src="/static/images/aboutUs.png" mode="widthFix" /> 关于我们
|
||||
</navigator>
|
||||
</navigator>
|
||||
<view class="item" catchtap="loginOut" >
|
||||
<image src="/static/images/out.png" mode="widthFix" /> 退出登录
|
||||
</view>
|
||||
Reference in New Issue
Block a user