修改bug

This commit is contained in:
duan
2024-05-17 09:29:08 +08:00
parent 6ee3d6a8c9
commit ea60344f02
9 changed files with 351 additions and 301 deletions

View File

@@ -1,7 +1,10 @@
<template>
<view class="onecontent flex-between">
<view class="onecontentleft">
现有{{bannervo.coupons==null?116:bannervo.coupons}}人已免单
现有<text style="color: #FC851E;font-size: 24rpx;">
{{bannervo.coupons==null?116:bannervo.coupons}}
</text>
已免单
</view>
<view class="onecontentright flex-start">
@@ -128,7 +131,7 @@
.onecontentleft {
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-weight: 700;
font-size: 24rpx;
color: #333333;
@@ -147,7 +150,7 @@
.onecontentrightimage {
width: 90rpx;
width: 65rpx;
position: relative;
overflow: hidden;
height: 28rpx;
@@ -155,7 +158,7 @@
.swiperPanel {
height: 28rpx;
width: 100%;
width: 100rpx;
overflow: hidden;
position: relative;
@@ -225,7 +228,7 @@
width: 100rpx;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 24rpx;
font-size: 20rpx;
color: #333333;
overflow: hidden; //超出的文本隐藏
text-overflow: ellipsis; //溢出用省略号显示

View File

@@ -205,7 +205,10 @@
.therecontent_box_itembox_itemviewthere {
margin-top: 4rpx;
align-items: flex-end;
// align-items: flex-end;
// display: flex;
// align-items: center;
// justify-content: center;
text:nth-child(1) {
font-family: Source Han Sans CN, Source Han Sans CN;
@@ -220,6 +223,7 @@
font-size: 16rpx;
color: #999999;
text-decoration-line: line-through;
margin-top: 10rpx;
}
}
}

View File

@@ -135,6 +135,7 @@
size: 10, //页容量
status: 'loadmore'
},
type:''
};
},
onPageScroll(e) {

View File

@@ -72,7 +72,6 @@
</view>
</view>
</swiper-item>
</swiper> -->
</view>
</view>

View File

@@ -74,7 +74,7 @@
{{item.shopName}}
</view>
<view>
龙首.{{item.distances}}km
{{item.districts}}{{item.distances}}
</view>
</view>
<view class="fivecontent_item_nav_lefttopstart flex-start">
@@ -128,7 +128,7 @@
:day="item.end_times.d" :hour="item.end_times.h"
:minute="item.end_times.m" :second="item.end_times.s"
:indexs='index' color="#FFFFFF" border-color="#00B26A"
splitorColor="#FFFFFF" :font-size="7"></uni-countdown>
splitorColor="#FFFFFF" :font-size="8"></uni-countdown>
</view>
@@ -385,7 +385,7 @@
this.seighT = data.windowHeight;
this.$u.getRect('.fourcontent').then(res => {
console.log(res.top)
this.Topdistance = res.top - res.height -20 //滚动距离
this.Topdistance = res.top - res.height - 20 //滚动距离
})
}
})
@@ -692,14 +692,14 @@
}
.fourcontent {
padding: 32rpx 28rpx 32rpx 28rpx;
padding: 32rpx 28rpx;
overflow-x: auto;
flex-wrap: nowrap;
.fourcontent_item {
flex-wrap: nowrap;
margin-left: 22rpx;
padding: 4rpx 14rpx;
padding: 8rpx 28rpx;
background: #FFFFFF;
border-radius: 8rpx 8rpx 8rpx 8rpx;
@@ -762,6 +762,7 @@
.fivecontent {
padding: 0 28rpx;
height: 100vh;
.fivecontent_item:nth-child(1) {
margin-top: 0;
}
@@ -844,8 +845,8 @@
text {
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 24rpx;
font-weight: 700;
font-size: 28rpx;
color: #999999;
}
@@ -856,7 +857,7 @@
white-space: nowrap; //溢出不换行white-space:nowrap; //溢出不换行
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 500;
font-size: 28rpx;
font-size: 32rpx;
color: #333333;
}
}
@@ -900,6 +901,8 @@
background: url(https://czg-qr-order.oss-cn-beijing.aliyuncs.com/index/qinggou.png) no-repeat;
background-size: 100% 100%;
.indexboxitemleftthereabsolute {
position: absolute;
top: 14rpx;
@@ -913,10 +916,15 @@
.indexboxitemlefttheretext {
// width: 100%;
margin-top: 12rpx;
align-items: flex-end;
display: flex;
justify-content: center;
align-items: center;
.fivecontent_item_boxitemlefthere_one {
align-items: flex-end;
display: flex;
justify-content: center;
align-items: center;
.flex_startone {
font-family: Source Han Sans CN, Source Han Sans CN;
@@ -946,6 +954,7 @@
.fivecontent_item_boxitemlefthere_there {
margin-left: 6rpx;
line-height: 24rpx;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 16rpx;

View File

@@ -20,7 +20,7 @@
{{item.shopName}}
</view>
</view>
<view class="fivecontent_itemoneboxtow flex-start" @click="goMap">
<view class="fivecontent_itemoneboxtow flex-start" @click="goMap(item)">
<image class="fivecontent_itemoneboxtowimage"
src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/dw.png" mode="widthFix"></image>
<view class="fivecontent_itemoneboxtow_o">
@@ -81,11 +81,15 @@
this.distiricttopCommon()
},
methods: {
goMap() {
goMap(d) {
uni.openLocation({
longitude: uni.cache.get('getLocationstorage').lng,
latitude: uni.cache.get('getLocationstorage').lat
longitude: (d.lng * 1),
latitude: (d.lat * 1)
})
// uni.openLocation({
// longitude: uni.cache.get('getLocationstorage').lng,
// latitude: uni.cache.get('getLocationstorage').lat
// })
},
init_fn(e) {
this.list = []