From 529ac10447c69d40f230d258563ebf3ae050af7e Mon Sep 17 00:00:00 2001 From: ywk <317226901@qq.com> Date: Wed, 9 Apr 2025 18:56:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(noticePopup):=20=E4=BF=AE=E5=A4=8D=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98=E5=AF=BC=E8=87=B4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E4=B8=8B=E6=96=B9=E7=95=99=E7=99=BD=E8=BF=87=E5=A4=9A=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/noticePopup.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/noticePopup.vue b/components/noticePopup.vue index 9524383..fb886f1 100644 --- a/components/noticePopup.vue +++ b/components/noticePopup.vue @@ -40,7 +40,7 @@ export default { }; }, mounted() { - // this.getUserTc(); + this.getUserTc(); }, methods: { closeTap(){ @@ -52,6 +52,7 @@ export default { grade: this.userInfo.pkGradeId, awards: this.userInfo.pkAwardsId, }).then((res) => { + console.log(res, '....resaaaa?') if (res.code == "200") { let list = JSON.parse(localStorage.getItem("menuList")); let arr = res.data[0].publishLocation.split(","); @@ -78,10 +79,9 @@ export default { height: 1120rpx; width: 690rpx; } -.notice{ - height: 700rpx; - -} +// .notice{ +// height: 700rpx; +// } ::v-deep .el-dialog__headerbtn i { font-size: 24px; //visibility: hidden;