屏蔽我的页面帮助与反馈、设置选项
This commit is contained in:
@@ -76,20 +76,20 @@
|
|||||||
我的申请
|
我的申请
|
||||||
<image src="../../static/img/right.svg" mode=""></image>
|
<image src="../../static/img/right.svg" mode=""></image>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="btnList" @click="go('/pageMy/help/help')">
|
<!-- <view class="btnList" @click="go('/pageMy/help/help')">
|
||||||
<image src="../../static/img/help.svg" mode=""></image>
|
<image src="../../static/img/help.svg" mode=""></image>
|
||||||
帮助与反馈
|
帮助与反馈
|
||||||
<image src="../../static/img/right.svg" mode=""></image>
|
<image src="../../static/img/right.svg" mode=""></image>
|
||||||
</view>
|
</view> -->
|
||||||
<!-- <view class="btnList" @click="go('/pageMy/my/set')">
|
<!-- <view class="btnList" @click="go('/pageMy/my/set')">
|
||||||
<image src="../../static/img/set.svg" mode=""></image>
|
<image src="../../static/img/set.svg" mode=""></image>
|
||||||
设置
|
设置
|
||||||
<image src="../../static/img/right.svg" mode=""></image>
|
<image src="../../static/img/right.svg" mode=""></image>
|
||||||
</view> -->
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="btn-out" @click="logout">
|
<!-- <view class="btn-out" @click="logout">
|
||||||
退出登录
|
退出登录
|
||||||
</view>
|
</view> -->
|
||||||
<view class="bottom" @click="makePhoneCall">
|
<view class="bottom" @click="makePhoneCall">
|
||||||
客服电话 18500206848 工作时间 9:00-18:00
|
客服电话 18500206848 工作时间 9:00-18:00
|
||||||
</view>
|
</view>
|
||||||
@@ -133,16 +133,16 @@
|
|||||||
this.federationStatus = e.data.data.joined
|
this.federationStatus = e.data.data.joined
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
logout() {
|
// logout() {
|
||||||
this.$store.dispatch('LogOut').then(() => {
|
// this.$store.dispatch('LogOut').then(() => {
|
||||||
// uni.reLaunch({
|
// // uni.reLaunch({
|
||||||
// url: '/pages/login/login'
|
// // url: '/pages/login/login'
|
||||||
// })
|
// // })
|
||||||
this.$store.dispatch('clearAuthState')
|
// this.$store.dispatch('clearAuthState')
|
||||||
this.$store.dispatch('endRefreshNewsTimer')
|
// this.$store.dispatch('endRefreshNewsTimer')
|
||||||
location.href = "https://dy12333.org.cn/h5/"
|
// location.href = "https://dy12333.org.cn/h5/"
|
||||||
})
|
// })
|
||||||
},
|
// },
|
||||||
go(url) {
|
go(url) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url
|
url
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.btn-out {
|
/* .btn-out {
|
||||||
background-color: #fefefe;
|
background-color: #fefefe;
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
padding: 20rpx 0;
|
padding: 20rpx 0;
|
||||||
@@ -315,5 +315,5 @@
|
|||||||
font-family: PingFangSC-Regular;
|
font-family: PingFangSC-Regular;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
color: #F46161;
|
color: #F46161;
|
||||||
}
|
} */
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user