关闭按钮
This commit is contained in:
parent
2f4e938a2b
commit
84240fedb8
@ -174,8 +174,9 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 70rpx;
|
top: 70rpx;
|
||||||
right: 31rpx;
|
right: 31rpx;
|
||||||
width: 31rpx;
|
width: 51rpx;
|
||||||
height: 31rpx;
|
height: 51rpx;
|
||||||
|
padding:10rpx;
|
||||||
z-index:99999;
|
z-index:99999;
|
||||||
}
|
}
|
||||||
.username{
|
.username{
|
||||||
@ -587,8 +588,8 @@
|
|||||||
},
|
},
|
||||||
closes(){
|
closes(){
|
||||||
if(!this.zhibo){
|
if(!this.zhibo){
|
||||||
uni.switchTab({
|
uni.navigateBack({
|
||||||
url: '/pages/index/index'
|
delta:1
|
||||||
});
|
});
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user