修改按钮逻辑

This commit is contained in:
18796357645 2025-07-21 09:44:23 +08:00
parent 7509335cf0
commit 1fc018ddbb
2 changed files with 2 additions and 3 deletions

View File

@ -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;
} }

View File

@ -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() {