添加全局提示
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script setup>
|
||||
import AppBackground from "@/components/AppBackground.vue";
|
||||
import Header from "@/components/Header.vue";
|
||||
import Container from "@/components/Container.vue";
|
||||
import Guide from "@/components/Guide.vue";
|
||||
|
||||
const toPractiseOne = () => {
|
||||
@@ -17,40 +16,48 @@ const toPractiseTwo = () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<view>
|
||||
<AppBackground />
|
||||
<Header title="个人练习" />
|
||||
<Guide>
|
||||
<text :style="{ color: '#fed847' }"
|
||||
>师傅领进门,修行靠自身,赶紧练起来吧。</text
|
||||
>
|
||||
<text :style="{ fontSize: '12px' }"
|
||||
>坚持练习就能你快速升级,早日加入全国排位赛!</text
|
||||
>
|
||||
</Guide>
|
||||
<image
|
||||
src="../static/practise-bg.png"
|
||||
class="practise-bg"
|
||||
mode="widthFix"
|
||||
:style="{ marginTop: 0 }"
|
||||
/>
|
||||
<view class="practise-btn" @click="toPractiseOne">
|
||||
<image src="../static/practise1.png" class="practise1" mode="widthFix" />
|
||||
<Container title="个人练习">
|
||||
<view :style="{ width: '100%' }">
|
||||
<Guide>
|
||||
<text :style="{ color: '#fed847' }"
|
||||
>师傅领进门,修行靠自身,赶紧练起来吧。</text
|
||||
>
|
||||
<text :style="{ fontSize: '12px' }"
|
||||
>坚持练习就能你快速升级,早日加入全国排位赛!</text
|
||||
>
|
||||
</Guide>
|
||||
<image
|
||||
src="../static/practise-bg.png"
|
||||
class="practise-bg"
|
||||
mode="widthFix"
|
||||
:style="{ marginTop: 0 }"
|
||||
/>
|
||||
<view class="practise-btn" @click="toPractiseOne">
|
||||
<image
|
||||
src="../static/practise1.png"
|
||||
class="practise1"
|
||||
mode="widthFix"
|
||||
/>
|
||||
</view>
|
||||
<image
|
||||
src="../static/practise-bg.png"
|
||||
class="practise-bg"
|
||||
mode="widthFix"
|
||||
/>
|
||||
<view class="practise-btn" @click="toPractiseTwo">
|
||||
<image
|
||||
src="../static/practise2.png"
|
||||
class="practise2"
|
||||
mode="widthFix"
|
||||
/>
|
||||
</view>
|
||||
<image
|
||||
src="../static/practise-bg.png"
|
||||
class="practise-bg"
|
||||
mode="widthFix"
|
||||
/>
|
||||
</view>
|
||||
<image
|
||||
src="../static/practise-bg.png"
|
||||
class="practise-bg"
|
||||
mode="widthFix"
|
||||
/>
|
||||
<view class="practise-btn" @click="toPractiseTwo">
|
||||
<image src="../static/practise2.png" class="practise2" mode="widthFix" />
|
||||
</view>
|
||||
<image
|
||||
src="../static/practise-bg.png"
|
||||
class="practise-bg"
|
||||
mode="widthFix"
|
||||
/>
|
||||
</view>
|
||||
</Container>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user