mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
Merge branch 'third' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into third
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="u-currency">
|
||||
<div class="myubi">
|
||||
<div class="ubi-hear">
|
||||
<h6>我的U币:{{uinfo.uCurrency}}</h6><span class="pointer" @click="dialogVisible = true">U币规则
|
||||
<h6>我的U币:{{uinfo.uCurrency< 0 ? 0 :uinfo.uCurrency}}</h6><span class="pointer" @click="dialogVisible = true">U币规则
|
||||
<i class="el-icon-arrow-right"></i> </span>
|
||||
<el-button icon="el-icon-document" @click="exportRecord()">导出记录</el-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user