修改按钮逻辑
This commit is contained in:
parent
7509335cf0
commit
1fc018ddbb
@ -1096,7 +1096,7 @@ export default {
|
|||||||
|
|
||||||
.img_video_warp {
|
.img_video_warp {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 321px;
|
height: 280px;
|
||||||
background: rgba(0, 0, 0, 0.3);
|
background: rgba(0, 0, 0, 0.3);
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
}
|
}
|
||||||
|
@ -76,8 +76,7 @@ export default {
|
|||||||
uni.setStorageSync("userInfo",userInfo);
|
uni.setStorageSync("userInfo",userInfo);
|
||||||
console.log("修改信息",userInfo)
|
console.log("修改信息",userInfo)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("查询用户详情失败:", error);
|
console.error("查询用户详情失败:", error);
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
avatarFun() {
|
avatarFun() {
|
||||||
|
Loading…
Reference in New Issue
Block a user