登录勋章

This commit is contained in:
daihh
2022-10-29 14:45:48 +08:00
parent 97a06c707f
commit 1ab377752f
2 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View File

@@ -428,7 +428,8 @@
<!--登录勋章-->
<el-dialog :close-on-click-modal="false" :visible.sync="showLoginMedal" :append-to-body="true" >
<div>
登录勋章显示根据UI显示修改
<!--登录勋章显示根据UI显示修改-->
<img :src="`${webBaseUrl}/images/login_medal.png`" alt="">
</div>
</el-dialog>
</div>
@@ -496,7 +497,7 @@
},
data() {
return {
showLoginMedal:false,//是否显示登录勋章
showLoginMedal:true,//是否显示登录勋章
lastStudy:{},
overlayShow:false,
userData: { uvalue:0, totalStudyHour:0 },