登录勋章

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