mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 10:26:43 +08:00
登录勋章
This commit is contained in:
BIN
public/images/login_medal.png
Normal file
BIN
public/images/login_medal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 115 KiB |
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user