屏蔽我的页面帮助与反馈、设置选项

This commit is contained in:
zxy
2024-03-25 06:28:13 +08:00
parent fb6772bf81
commit e7edd05d27

View File

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