更新全局header
This commit is contained in:
@@ -1,17 +1,12 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import AppBackground from "@/components/AppBackground.vue";
|
import AppBackground from "@/components/AppBackground.vue";
|
||||||
|
import Header from "@/components/Header.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<AppBackground />
|
<AppBackground />
|
||||||
<navigator
|
<Header title="新手试炼场" />
|
||||||
open-type="navigateBack"
|
|
||||||
hover-class="back-hover"
|
|
||||||
class="back-btn"
|
|
||||||
>返回</navigator
|
|
||||||
>
|
|
||||||
<text>新手试炼</text>
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +1,12 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import AppBackground from "@/components/AppBackground.vue";
|
import AppBackground from "@/components/AppBackground.vue";
|
||||||
|
import Header from "@/components/Header.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<AppBackground />
|
<AppBackground />
|
||||||
<navigator
|
<Header title="好友约战" />
|
||||||
open-type="navigateBack"
|
|
||||||
hover-class="back-hover"
|
|
||||||
class="back-btn"
|
|
||||||
>返回</navigator
|
|
||||||
>
|
|
||||||
<text>好友约战</text>
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +1,12 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import AppBackground from "@/components/AppBackground.vue";
|
import AppBackground from "@/components/AppBackground.vue";
|
||||||
|
import Header from "@/components/Header.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<AppBackground />
|
<AppBackground />
|
||||||
<navigator
|
<Header title="排行赛" />
|
||||||
open-type="navigateBack"
|
|
||||||
hover-class="back-hover"
|
|
||||||
class="back-btn"
|
|
||||||
>返回</navigator
|
|
||||||
>
|
|
||||||
<text>排行榜</text>
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 214 KiB After Width: | Height: | Size: 261 KiB |
Reference in New Issue
Block a user