Browse Source

返回按钮进行更改

feature
是小王呀\24601 1 year ago
parent
commit
6513327881
  1. 9
      src/components/Android/index.vue
  2. 2
      src/components/Map/index.vue
  3. 2
      src/views/Enjoyableservices/detail.vue
  4. 4
      src/views/activity/detail.vue
  5. 2
      src/views/appeal/index.less
  6. 4
      src/views/communityPublicity/detail.vue
  7. 2
      src/views/discussion/discusionDetail.vue
  8. 2
      src/views/errorPage/index.vue

9
src/components/Android/index.vue

@ -1,10 +1,11 @@
<template>
<div class="footer" v-if="mobileModel!=='Phone'">
<div class="flex flex-x flex-end " style="width: 150px;">
<van-icon name="arrow-left" @click="goToPreviousPage()"/>
<div class="flex flex-x flex-end flex-center1" style="width: 150px;">
<van-icon name="arrow-left" size="20px" @click="goToPreviousPage()"/>
<!-- <div class="" @click="goToPreviousPage()"><</div> -->
<!-- <div class="AAA" @click="goToNextPage()">></div> -->
<van-icon name="arrow" @click="goToNextPage()" />
<van-icon name="arrow" size="20px" @click="goToNextPage()" />
</div>
</div>
@ -67,7 +68,7 @@
.footer{
background-color: white;
width: 375px;
height: 8vh;
height: 6vh;
display: flex;
position: fixed;
bottom: 0;

2
src/components/Map/index.vue

@ -44,6 +44,6 @@ export default {
<style scoped>
.content {
height: 80vh;
height: 85vh;
}
</style>

2
src/views/Enjoyableservices/detail.vue

@ -1,6 +1,6 @@
<template>
<div>
<div class="container" :style="this.phone=='Phone'?'':'height: 80vh; overflow: auto;'">
<div class="container" :style="this.phone=='Phone'?'':'height: 85vh; overflow: auto;'">
<div class="card">
<div class="font-size21 font-bold">{{ info.title }}</div>
<div class="flex flex-x flex-center2 m-top10 m-bottom10">

4
src/views/activity/detail.vue

@ -1,6 +1,6 @@
<template>
<div>
<div class='container m-bot50' :style="this.phone=='Phone'?'':'height: 80vh; overflow: auto;'">
<div class='container m-bot50' :style="this.phone=='Phone'?'':'height: 85vh; overflow: auto;'">
<div class="card">
<img :src="info.coverPic" alt="" style="width: 100%;">
<div class="m-top15 p0">
@ -39,7 +39,7 @@
</van-cell-group>
</div>
<div class="bot_btn flex flex-center2 " :style="this.phone=='Phone'?'height:50px;bottom:0':'height: 50px;bottom:8vh;'">
<div class="bot_btn flex flex-center2 " :style="this.phone=='Phone'?'height:50px;bottom:0':'height: 50px;bottom:5vh;'">
<div class="flex1 flex flex-center1 flex-center2">报名人数<span class="orange font-size18">{{
info.currentParticipants || 0 }}</span> / {{ info.participants }}</div>
<div class="flex1 flex flex-center1 flex-center2">

2
src/views/appeal/index.less

@ -43,7 +43,7 @@
.no-data {
font-size: 14px;
width: 100%;
height: 80vh;
height: 85vh;
display: flex;
align-items: center;
justify-content: center;

4
src/views/communityPublicity/detail.vue

@ -1,6 +1,6 @@
<template>
<div>
<div class='container m-bot50' :style="this.phone=='Phone'?'':'height: 80vh; overflow: auto;'">
<div class='container m-bot50' :style="this.phone=='Phone'?'':'height: 85vh; overflow: auto;'">
<div class="card">
<div class="m-top15 p0">
<h2 style="margin: 0; font-size: 21px;">{{ info.title }}</h2>
@ -13,7 +13,7 @@
</div>
</div>
</div>
<div class="bot_btn flex flex-center2" :style="this.phone=='Phone'?'height:50px;bottom:0':'height: 50px;bottom:8vh;'">
<div class="bot_btn flex flex-center2" :style="this.phone=='Phone'?'height:50px;bottom:0':'height: 50px;bottom:5vh;'">
<div class="flex1 flex flex-center1 flex-center2">
<van-button size="small" class="m-right7" round @click="communityPublicityGiveLike(info.id,'likes')">
<template #icon>

2
src/views/discussion/discusionDetail.vue

@ -1,6 +1,6 @@
<template>
<div>
<div class='container' style="height: 80vh; overflow: auto;">
<div class='container' style="height: 85vh; overflow: auto;">
<div class="card flex flex-y ">
<div class="m-bottom5">{{ ProblemDescription.eventContent }}</div>
<div class="font-size13 gray">{{ ProblemDescription.happenTime }}</div>

2
src/views/errorPage/index.vue

@ -17,7 +17,7 @@ p {
display: flex;
align-items: center;
justify-content: center;
height: 80vh;
height: 85vh;
text-align: center;
}
</style>

Loading…
Cancel
Save