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;