细节调整
This commit is contained in:
@@ -23,6 +23,9 @@ onMounted(() => {
|
||||
if (props.lvl > user.value.lvl) {
|
||||
updateUser({ ...user.value, lvl: props.lvl });
|
||||
}
|
||||
setTimeout(() => {
|
||||
props.onClose();
|
||||
}, 1500);
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -51,7 +54,7 @@ onMounted(() => {
|
||||
<text>射灵{{ lvl }}级</text>
|
||||
<text>!</text>
|
||||
</view>
|
||||
<button @click="onClose" hover-class="none">关闭</button>
|
||||
<!-- <button @click="onClose" hover-class="none">关闭</button> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user