BUG 31016
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="successImg"/>
|
||||
<b class="mar-t32">今日已完成签到</b>
|
||||
<div v-if="result.changeIntegral>0" class="mar-t32 score mar-b112">积分{{ result.changeIntegral }}</div>
|
||||
<u-gap v-else class="mar-t32 mar-b112" height="32"/>
|
||||
<div v-else class="score gap mar-t32 mar-b112"/>
|
||||
<AiItem label="时间" :border="false">{{ result.createTime }}</AiItem>
|
||||
<AiItem label="位置" :border="false">{{ result.address }}</AiItem>
|
||||
</section>
|
||||
@@ -65,6 +65,10 @@ export default {
|
||||
background-image: url("./assets/score.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
|
||||
&.gap {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.mar-b112 {
|
||||
|
||||
Reference in New Issue
Block a user