修改升级接收方式
This commit is contained in:
@@ -49,6 +49,7 @@ onMounted(() => {
|
||||
<image src="../static/update-text-bg.png" />
|
||||
<text>恭喜你升级到</text>
|
||||
<text>射灵{{ lvl }}级</text>
|
||||
<text>!</text>
|
||||
</view>
|
||||
<button @click="onClose" hover-class="none">关闭</button>
|
||||
</view>
|
||||
@@ -102,7 +103,7 @@ onMounted(() => {
|
||||
left: calc(50% - 40vw);
|
||||
height: 60px;
|
||||
}
|
||||
.text-content > text:last-child {
|
||||
.text-content > text:nth-child(3) {
|
||||
color: #fed847;
|
||||
}
|
||||
.content > button:last-child {
|
||||
|
||||
Reference in New Issue
Block a user