From 7d6a6d0fda5d64a4d406f433c63ce0f1f745ed6d Mon Sep 17 00:00:00 2001 From: chenkainan Date: Tue, 11 Oct 2022 14:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxml | 4 ++-- pages/info/postProductInfo/index.wxml | 2 +- pages/info/roadInfo/index.wxml | 2 +- pages/list/food/index.js | 27 +++++++++++++++++++++++---- pages/list/food/index.wxml | 2 +- pages/list/food/index.wxss | 7 ++++--- pages/list/hotel/index.wxml | 2 +- pages/list/scene/index.js | 2 +- pages/list/techan/index.wxml | 6 +++--- pages/pbService/feiyi/index.wxml | 2 +- 10 files changed, 38 insertions(+), 18 deletions(-) diff --git a/pages/index/index.wxml b/pages/index/index.wxml index ca7f05b..178a657 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -155,9 +155,9 @@ - + - 非遗传承 + 非遗鉴赏 diff --git a/pages/list/food/index.wxss b/pages/list/food/index.wxss index b49988e..554f85d 100644 --- a/pages/list/food/index.wxss +++ b/pages/list/food/index.wxss @@ -57,7 +57,7 @@ page { } .infos .title { line-height: 47rpx; - height: 94rpx; + /* height: 94rpx; */ font-size: 35rpx; color: #202020; font-weight: 500; @@ -76,7 +76,7 @@ page { .bottom-infos { display: flex; align-items: center; - justify-content: space-between; + /* justify-content: space-between; */ } .bottom-infos .tag { position: relative; @@ -85,6 +85,7 @@ page { font-weight: 500; line-height: 39rpx; height: 39rpx; + margin-right: 10rpx; } .bottom-infos .tag::after { content: "1"; @@ -120,7 +121,7 @@ page { font-size: 40rpx; position: absolute; right: 0; - bottom: 5rpx; + bottom: 30rpx; z-index: 1; } .order-btn { diff --git a/pages/list/hotel/index.wxml b/pages/list/hotel/index.wxml index 48cf1ef..855294c 100644 --- a/pages/list/hotel/index.wxml +++ b/pages/list/hotel/index.wxml @@ -12,7 +12,7 @@ - 距离排序 + 距离最近 diff --git a/pages/list/scene/index.js b/pages/list/scene/index.js index a7c5971..7b1dbeb 100644 --- a/pages/list/scene/index.js +++ b/pages/list/scene/index.js @@ -67,7 +67,7 @@ Page({ area_id:this.data.area_id }).then(res=>{ res.data.list.map(item=>{ - item.tags = item.tags?item.tags.split(","):[]; + item.tags = item.display_tags?item.display_tags.split(","):[]; item.tags = item.tags.splice(0,2); if(item.distance && item.distance>=1000){ item.distance = item.distance/1000 + "km" diff --git a/pages/list/techan/index.wxml b/pages/list/techan/index.wxml index 875b22e..7a992ad 100644 --- a/pages/list/techan/index.wxml +++ b/pages/list/techan/index.wxml @@ -1,6 +1,6 @@ - + @@ -19,13 +19,13 @@ {{item.address}} - {{item.start_price/100}} + {{tool.toFix(item.start_price)}} {{item.title}} - {{item.price/100}}{{item.market_price/100}} + {{tool.toFix(item.price)}}{{item.market_price/100}} diff --git a/pages/pbService/feiyi/index.wxml b/pages/pbService/feiyi/index.wxml index 8a49db4..a0b2b03 100644 --- a/pages/pbService/feiyi/index.wxml +++ b/pages/pbService/feiyi/index.wxml @@ -1,5 +1,5 @@ - + {{types[typeIndex].class_name}}